Lua:ansiToUtf8
Revision as of 00:05, 25 January 2018 by TheyCallMeTim13 (talk | contribs) (moved ansiToUtf8 to Lua:ansiToUtf8)
function ansiToUtf8(String) : string
Converts a string in Ansi encoding to UTF8.
Function Parameters
Parameter | Type | Description |
---|---|---|
String | string | The string to convert |