Lua:utf8ToAnsi
Revision as of 02:18, 10 March 2017 by TheyCallMeTim13 (talk | contribs) (Created page with ''''function''' utf8ToAnsi(''String'') Converts a string in UTF8 encoding to Ansi. === Function Parameters === {|width="85%" cellpadding="10%" cellpadding="5%" cellspacing="0" …')
function utf8ToAnsi(String)
Converts a string in UTF8 encoding to Ansi.
Function Parameters
Parameter | Type | Description |
---|---|---|
String | string | The string to convert |