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