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.scriptSuite < prev    next >
Encoding:
Extensible Markup Language  |  2003-06-11  |  3.4 KB  |  126 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>AppleEventCode</key>
  6.     <string>UCkr</string>
  7.     <key>Classes</key>
  8.     <dict>
  9.         <key>NSApplication</key>
  10.         <dict>
  11.             <key>AppleEventCode</key>
  12.             <string>capp</string>
  13.             <key>Superclass</key>
  14.             <string>NSCoreSuite.NSApplication</string>
  15.             <key>SupportedCommands</key>
  16.             <dict>
  17.                 <key>UnicodeChecker.DeXHTML</key>
  18.                 <string></string>
  19.                 <key>UnicodeChecker.DisplayCharacter</key>
  20.                 <string></string>
  21.                 <key>UnicodeChecker.XHTMLForm</key>
  22.                 <string></string>
  23.                                 <key>UnicodeChecker.AddPercentEscapes</key>
  24.                                 <string></string>
  25.                                 <key>UnicodeChecker.ReplacePercentEscapes</key>
  26.                                 <string></string>
  27.                                 <key>UnicodeChecker.ToIDNA</key>
  28.                                 <string></string>
  29.                                 <key>UnicodeChecker.FromIDNA</key>
  30.                                 <string></string>
  31.             </dict>
  32.         </dict>
  33.     </dict>
  34.     <key>Commands</key>
  35.     <dict>
  36.         <key>DeXHTML</key>
  37.         <dict>
  38.             <key>AppleEventCode</key>
  39.             <string>DeHT</string>
  40.             <key>CommandClass</key>
  41.             <string>UCConvertHTMLToUnicodeScriptCommand</string>
  42.             <key>ResultAppleEventCode</key>
  43.             <string>utxt</string>
  44.             <key>Type</key>
  45.             <string>NSString</string>
  46.         </dict>
  47.         <key>DisplayCharacter</key>
  48.         <dict>
  49.             <key>AppleEventCode</key>
  50.             <string>dspC</string>
  51.             <key>CommandClass</key>
  52.             <string>UCDisplayCharacterScriptCommand</string>
  53.         </dict>
  54.         <key>XHTMLForm</key>
  55.         <dict>
  56.             <key>AppleEventCode</key>
  57.             <string>XHTM</string>
  58.             <key>Arguments</key>
  59.             <dict>
  60.                 <key>LowASCII</key>
  61.                 <dict>
  62.                     <key>AppleEventCode</key>
  63.                     <string>Low </string>
  64.                     <key>Optional</key>
  65.                     <string>YES</string>
  66.                     <key>Type</key>
  67.                     <string>NSNumber<Bool></string>
  68.                 </dict>
  69.             </dict>
  70.             <key>CommandClass</key>
  71.             <string>UCHTMLRepresentationScriptCommand</string>
  72.             <key>ResultAppleEventCode</key>
  73.             <string>utxt</string>
  74.             <key>Type</key>
  75.             <string>NSString</string>
  76.         </dict>
  77.                 <key>AddPercentEscapes</key>
  78.         <dict>
  79.             <key>AppleEventCode</key>
  80.             <string>AdPE</string>
  81.             <key>CommandClass</key>
  82.             <string>UCAddPercentEscapesScriptCommand</string>
  83.             <key>ResultAppleEventCode</key>
  84.             <string>utxt</string>
  85.             <key>Type</key>
  86.             <string>NSString</string>
  87.         </dict>
  88.                 <key>ReplacePercentEscapes</key>
  89.         <dict>
  90.             <key>AppleEventCode</key>
  91.             <string>RePE</string>
  92.             <key>CommandClass</key>
  93.             <string>UCReplacePercentEscapesScriptCommand</string>
  94.             <key>ResultAppleEventCode</key>
  95.             <string>utxt</string>
  96.             <key>Type</key>
  97.             <string>NSString</string>
  98.         </dict>
  99.                 <key>ToIDNA</key>
  100.         <dict>
  101.             <key>AppleEventCode</key>
  102.             <string>tIDN</string>
  103.             <key>CommandClass</key>
  104.             <string>UCToIDNAScriptCommand</string>
  105.             <key>ResultAppleEventCode</key>
  106.             <string>utxt</string>
  107.             <key>Type</key>
  108.             <string>NSString</string>
  109.         </dict>
  110.                 <key>FromIDNA</key>
  111.         <dict>
  112.             <key>AppleEventCode</key>
  113.             <string>fIDN</string>
  114.             <key>CommandClass</key>
  115.             <string>UCFromIDNAScriptCommand</string>
  116.             <key>ResultAppleEventCode</key>
  117.             <string>utxt</string>
  118.             <key>Type</key>
  119.             <string>NSString</string>
  120.         </dict>
  121.     </dict>
  122.     <key>Name</key>
  123.     <string>UnicodeChecker</string>
  124. </dict>
  125. </plist>
  126.