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