Difference between revisions of "Lua:utf8ToAnsi"
Jump to navigation
Jump to search
(→Related Functions) |
m (Added CodeBox Template.) |
||
| Line 1: | Line 1: | ||
[[Category:Lua]] | [[Category:Lua]] | ||
| − | '''function''' utf8ToAnsi(''String'') ''':''' string | + | {{CodeBox|'''function''' utf8ToAnsi(''String'') ''':''' string}} |
Converts a string in UTF8 encoding to Ansi. | Converts a string in UTF8 encoding to Ansi. | ||
| Line 16: | Line 16: | ||
|} | |} | ||
| − | + | {{LuaSeeAlso}} | |
| − | |||
| − | |||
| − | |||
=== Related Functions === | === Related Functions === | ||
| − | + | {{Strings}} | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 23:34, 4 December 2025
Converts a string in UTF8 encoding to Ansi.
Function Parameters
| Parameter | Type | Description |
|---|---|---|
| String | string | The string to convert |
Related Functions
String and Encoding Related Lua Functions
Translation and Encoding
String Memory Access
Byte Table Conversions