<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Classes</key>
<dict>
<key>NSApplication</key>
<dict>
<key>Description</key>
<string>UnicodeChecker's top level scripting object.</string>
<key>Name</key>
<string>application</string>
<key>PluralName</key>
<string>applications</string>
</dict>
</dict>
<key>Commands</key>
<dict>
<key>DeXHTML</key>
<dict>
<key>Arguments</key>
<dict/>
<key>Description</key>
<string>Convert HTML entities to Unicode</string>
<key>Name</key>
<array>
<string>deXHTMLised representation of</string>
<string>deXHTMLized representation of</string>
</array>
</dict>
<key>DisplayCharacter</key>
<dict>
<key>Description</key>
<string>Make UnicodeChecker display information on the character supplied as parameter in the main window. The first character of the supplied string will be used.</string>
<key>Name</key>
<string>display character</string>
</dict>
<key>XHTMLForm</key>
<dict>
<key>Arguments</key>
<dict>
<key>LowASCII</key>
<dict>
<key>Description</key>
<string>This argument specifies whether low ASCII characters should be converted as well (defaults to NO)</string>
<key>Name</key>
<string>converting low ASCII</string>
</dict>
</dict>
<key>Description</key>
<string>Convert to HTML entities (hint: use 'get (XHTML representation of myString) as string' to get pure ASCII output instead of Unicode text)</string>
<key>Name</key>
<string>XHTML representation of</string>
</dict>
<key>AddPercentEscapes</key>
<dict>
<key>Arguments</key>
<dict/>
<key>Description</key>
<string>Replaces characters not allowed in URLs with their UTF8 percent escape codes</string>
<key>Name</key>
<string>escaped representation of</string>
</dict>
<key>ReplacePercentEscapes</key>
<dict>
<key>Arguments</key>
<dict/>
<key>Description</key>
<string>Replaces UTF8 percent escape codes with the encoded Unicode character</string>
<key>Name</key>
<string>unescaped representation of</string>
</dict>
<key>ToIDNA</key>
<dict>
<key>Arguments</key>
<dict/>
<key>Description</key>
<string>Convert from Unicode to IDNA (RFC 3490)</string>
<key>Name</key>
<string>IDNA representation of</string>
</dict>
<key>FromIDNA</key>
<dict>
<key>Arguments</key>
<dict/>
<key>Description</key>
<string>Convert from IDNA (RFC 3490) to Unicode</string>