Mac Categories

URI Escape 1.1.2


URI Escape URI Escape - Decode percent escaped URI (URL) strings and encode strings into percent escaped strings

System Requirememts
Mac OS X 10.4 or later
Download Details
Company Tetsuro Kurita
Version 1.1.2
Post Date May 01, 2009
License GPL
File Size 197 KB
There are no screenshots

URI Escape 1.1.2


URI Escape - Decode percent escaped URI (URL) strings and encode strings into percent escaped strings
URI Escape is a free scripting addition that will allow you to decode percent escaped URI (URL) strings and encode strings into percent escaped strings.

You may have seen a string like "もし.png". Characters for URI (URL) are limited to the subset of ascii characters, therefore other characters (ex. 2 byte characters) are expressed using the "% + hex number" form.

The expression "% + hex number" is called a "percent escape". "URI Escape.osax" is a scripting addition to encode/decode strings into/from percent escaped form.

The text encodingg before the escaping string must use the UTF-8 character encoding. For strings of system's text encoding, the string will be converted into UTF-8 automatically before the percent escape encoding.

NOTE: To install the URI Escape script addition you will have to copy it to the ~Library/ScriptingAdditions/ folder, where ~ is your home folder.