Lua:utf8ToAnsi
Revision as of 02:07, 11 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 |