Difference between revisions of "Lua:utf8ToAnsi"

From Cheat Engine
Jump to navigation Jump to search
m (Added CodeBox Template.)
m
 
Line 18: Line 18:
 
{{LuaSeeAlso}}
 
{{LuaSeeAlso}}
  
=== Related Functions ===
 
 
{{Strings}}
 
{{Strings}}

Latest revision as of 19:22, 25 June 2026

<> Lua API Reference

function utf8ToAnsi(String) : string

Converts a string in UTF8 encoding to Ansi.

Function Parameters[edit]

Parameter Type Description
String string The string to convert

Main Pages

Core Lua documentation entry points

Lua
Script Engine

String and Encoding Related Lua Functions