Difference between revisions of "Lua:utf8ToAnsi"
Jump to navigation
Jump to search
m (moved utf8ToAnsi to Lua:utf8ToAnsi) |
|
(No difference)
| |
Revision as of 00:06, 25 January 2018
function utf8ToAnsi(String) : string
Converts a string in UTF8 encoding to Ansi.
Function Parameters
| Parameter | Type | Description |
|---|---|---|
| String | string | The string to convert |