string.ansiToUtf16
| Syntax |
string.ansiToUtf16 (s)
|
| Params |
s, a string.
|
| Action |
Converts text from ANSI to UTF-16.
|
| Returns |
The converted text.
|
| Examples |
string.ansiToUtf16 ("Test") » "\x00T\x00e\x00s\x00t\x00"
string.ansiToUtf16 ("Voulez-vous du thé?")
|
| Notes |
This verb is new in Frontier 7 and Radio 7.0.1.
|
| See Also |
string.ansiToUtf8
|