Difference between revisions of "Lua:ansiToUtf8"

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:21, 25 June 2026

<> Lua API Reference

function ansiToUtf8(String) : string

Converts a string in Ansi encoding to UTF8.

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