Difference between revisions of "Lua:ansiToUtf8"
Jump to navigation
Jump to search
m (moved ansiToUtf8 to Lua:ansiToUtf8) |
|
(No difference)
| |
Revision as of 00:05, 25 January 2018
function ansiToUtf8(String) : string
Converts a string in Ansi encoding to UTF8.
Function Parameters
| Parameter | Type | Description |
|---|---|---|
| String | string | The string to convert |