Difference between revisions of "Lua:utf8ToAnsi"

From Cheat Engine
Jump to navigation Jump to search
(Related Functions)
 
(One intermediate revision by the same user not shown)
Line 22: Line 22:
  
 
=== Related Functions ===
 
=== Related Functions ===
* [[translate]]
+
* [[Lua:translate|translate]]
* [[ansiToUtf8]]
+
* [[Lua:ansiToUtf8|ansiToUtf8]]
* [[readString]]
+
* [[Lua:readString|readString]]
* [[writeString]]
+
* [[Lua:writeString|writeString]]
* [[readStringLocal]]
+
* [[Lua:readStringLocal|readStringLocal]]
* [[writeStringLocal]]
+
* [[Lua:writeStringLocal|writeStringLocal]]
* [[stringToByteTable]]
+
* [[Lua:stringToByteTable|stringToByteTable]]
* [[wideStringToByteTable]]
+
* [[Lua:wideStringToByteTable|wideStringToByteTable]]
* [[byteTableToString]]
+
* [[Lua:byteTableToString|byteTableToString]]
* [[byteTableToWideString]]
+
* [[Lua:byteTableToWideString|byteTableToWideString]]

Latest revision as of 00:49, 25 January 2018

function utf8ToAnsi(String) : string

Converts a string in UTF8 encoding to Ansi.

Function Parameters[edit]

Parameter Type Description
String string The string to convert


See also[edit]

Related Functions[edit]