Difference between revisions of "Lua:utf8ToAnsi"

From Cheat Engine
Jump to navigation Jump to search
(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


See also

Related Functions