mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05: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.