Lua:utf8ToAnsi
Revision as of 13:44, 19 March 2017 by TheyCallMeTim13 (talk | contribs)
function utf8ToAnsi(String) : string
Converts a string in UTF8 encoding to Ansi.
Function Parameters
Parameter | Type | Description |
---|---|---|
String | string | The string to convert |