Difference between revisions of "Lua:ansiToUtf8"

From Cheat Engine
Jump to navigation Jump to search
Line 1: Line 1:
 +
[[Category:Lua]]
 
'''function''' ansiToUtf8(''String'') ''':''' string
 
'''function''' ansiToUtf8(''String'') ''':''' string
  

Revision as of 12:57, 19 March 2017

function ansiToUtf8(String) : string

Converts a string in Ansi encoding to UTF8.

Function Parameters

Parameter Type Description
String string The string to convert


See also

Related Functions