Lua:ansiToUtf8
(Redirected from ansiToUtf8)
Jump to navigation
Jump to search
| <> Function function ansiToUtf8(String) : string |
Converts a string in Ansi encoding to UTF8.
Function Parameters[edit]
| Parameter | Type | Description |
|---|---|---|
| String | string | The string to convert |
See also[edit]
| Lua |
| Script Engine |
Related Functions[edit]
| translate |
| utf8ToAnsi |
| readString |
| writeString |
| readStringLocal |
| writeStringLocal |
| stringToByteTable |
| wideStringToByteTable |
| byteTableToString |
| byteTableToWideString |