Top community discussions about URI Escape
-
Is there a better alternative to URI Escape?
See discussion -
Is URI Escape really the best app in AppleScript category?
See discussion -
Will URI Escape work good on macOS 10.13.4?
See discussion
You may have seen a string like "%E3%82%82%E3%81%97%E3%82%82%E3%81%97.png". Characters for URI (URL) are limited to subset of ascii characters, therefore other characters (ex. 2 byte characters) are expressed using "% + hex?number" form. The expression "% + hex number" is called as "percent escape". "URI Escape.osax" enables AppleScript to encode strings into percent escaped form and decode it.
What's New in URI Escape
- Added "URI Escape version" command
URI Escape User Discussion