[2] |
|
|||
Returns | strX | |||
Description | Displays the string in a message window. | |||
Examples | _d("abc").appSC(225, 1253).appSC(226, 1251).appDC("3048").pop() --Latin, Greek, Cyrillic & Japanese | |||
Notes | On Windows versions prior to w2k, unicode strings may not appear correctly. |
[3] |
|
|||
Returns | strX | |||
font | Font to use. Default font: Code2001 (download) | |||
Description |
Displays the string in a browser window.
You can use any font available font to display the string with. The font 'Code2001' has been used as default, due to it's support of non BMP character sets, like Aegean numbers and Old Persian. |
|||
Examples | _dcs(65, 66, 32, "3048", 32, "103A0").brShow() --Latin, Japanese & old Persian (UCS-4) | |||
Notes |
If your system is not configured to display Eastern characters, you may be prompted to install the required files (from the original OS's installation media).
Non-UCS2 characters, like the last in the above example, will not be displayed correctly if your default browser does not fully support utf-16 encoding. In such a case, non-UCS2 characters will probably appear as two default characters. The above example has been tested to display correctly under XP in Internet Explorer, but not in FireFox. |