utf_from_locale¶
utf_from_locale creates a Unicode string from an 8-Bit-ANSI string using the current local code page.
- ssTextUnicode = utf_from_locale(ssTextAnsi)
Return Value
ssTextUnicode is a Unicode string.
Parameters
- ssTextAnsi
ssTextAnsi is an ANSI string.
Example
a b c
History
Version |
Description |
---|---|
5.0.0 |
New |
See also
id-607391