home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / MW 8 2003 CD1.iso / Shareware World / OS X / Text Processing / UnicodeChecker / UnicodeChecker.app / Contents / Resources / UnicodeChecker.scriptTerminolog < prev   
Encoding:
Extensible Markup Language  |  2003-06-11  |  3.0 KB  |  101 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>Classes</key>
  6.     <dict>
  7.         <key>NSApplication</key>
  8.         <dict>
  9.             <key>Description</key>
  10.             <string>UnicodeChecker's top level scripting object.</string>
  11.             <key>Name</key>
  12.             <string>application</string>
  13.             <key>PluralName</key>
  14.             <string>applications</string>
  15.         </dict>
  16.     </dict>
  17.     <key>Commands</key>
  18.     <dict>
  19.         <key>DeXHTML</key>
  20.         <dict>
  21.             <key>Arguments</key>
  22.             <dict/>
  23.             <key>Description</key>
  24.             <string>Convert HTML entities to Unicode</string>
  25.             <key>Name</key>
  26.             <array>
  27.                 <string>deXHTMLised representation of</string>
  28.                 <string>deXHTMLized representation of</string>
  29.             </array>
  30.         </dict>
  31.         <key>DisplayCharacter</key>
  32.         <dict>
  33.             <key>Description</key>
  34.             <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>
  35.             <key>Name</key>
  36.             <string>display character</string>
  37.         </dict>
  38.         <key>XHTMLForm</key>
  39.         <dict>
  40.             <key>Arguments</key>
  41.             <dict>
  42.                 <key>LowASCII</key>
  43.                 <dict>
  44.                     <key>Description</key>
  45.                     <string>This argument specifies whether low ASCII characters should be converted as well (defaults to NO)</string>
  46.                     <key>Name</key>
  47.                     <string>converting low ASCII</string>
  48.                 </dict>
  49.             </dict>
  50.             <key>Description</key>
  51.             <string>Convert to HTML entities (hint: use 'get (XHTML representation of myString) as string' to get pure ASCII output instead of Unicode text)</string>
  52.             <key>Name</key>
  53.             <string>XHTML representation of</string>
  54.         </dict>
  55.                 <key>AddPercentEscapes</key>
  56.         <dict>
  57.             <key>Arguments</key>
  58.             <dict/>
  59.             <key>Description</key>
  60.             <string>Replaces characters not allowed in URLs with their UTF8 percent escape codes</string>
  61.             <key>Name</key>
  62.             <string>escaped representation of</string>
  63.         </dict>
  64.                 <key>ReplacePercentEscapes</key>
  65.         <dict>
  66.             <key>Arguments</key>
  67.             <dict/>
  68.             <key>Description</key>
  69.             <string>Replaces UTF8 percent escape codes with the encoded Unicode character</string>
  70.             <key>Name</key>
  71.             <string>unescaped representation of</string>
  72.         </dict>
  73.                 <key>ToIDNA</key>
  74.         <dict>
  75.             <key>Arguments</key>
  76.             <dict/>
  77.             <key>Description</key>
  78.             <string>Convert from Unicode to IDNA (RFC 3490)</string>
  79.             <key>Name</key>
  80.             <string>IDNA representation of</string>
  81.         </dict>
  82.                 <key>FromIDNA</key>
  83.         <dict>
  84.             <key>Arguments</key>
  85.             <dict/>
  86.             <key>Description</key>
  87.             <string>Convert from IDNA (RFC 3490) to Unicode</string>
  88.             <key>Name</key>
  89.                         <array>
  90.                             <string>deIDNAised representation of</string>
  91.                             <string>deIDNAized representation of</string>
  92.                         </array>
  93.         </dict>
  94.     </dict>
  95.     <key>Description</key>
  96.     <string>UnicodeChecker specific classes.</string>
  97.     <key>Name</key>
  98.     <string>UnicodeChecker suite</string>
  99. </dict>
  100. </plist>
  101.