mirror of
https://github.com/textmate/textmate.git
synced 2026-04-06 03:01:29 -04:00
Since the PAC URL is user supplied it’s unknown what state it actually is in, so we try to create a CFURL object from the raw string and if that fails, we URL-escape it (though not escaping slashes and colons). Should fix issue #228.