Difference between revisions of "Lua:ansiToUtf8"
								
								Jump to navigation
				Jump to search
				
				
		
 					
								
							
		 (Created page with ''''function''' ansiToUtf8(''String'')  Converts a string in Ansi encoding to UTF8.  === Function Parameters ===  {|width="85%" cellpadding="10%" cellpadding="5%" cellspacing="0" …')  | 
				 (→Related Functions)  | 
				||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | '''function''' ansiToUtf8(''String'')  | + | [[Category:Lua]]  | 
| + | '''function''' ansiToUtf8(''String'') ''':''' string  | ||
Converts a string in Ansi encoding to UTF8.  | Converts a string in Ansi encoding to UTF8.  | ||
| Line 21: | Line 22: | ||
=== Related Functions ===  | === Related Functions ===  | ||
| − | * [[translate]]  | + | * [[Lua:translate|translate]]  | 
| − | * [[utf8ToAnsi]]  | + | * [[Lua:utf8ToAnsi|utf8ToAnsi]]  | 
| − | * [[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 ansiToUtf8(String) : string
Converts a string in Ansi encoding to UTF8.
Function Parameters[edit]
| Parameter | Type | Description | 
|---|---|---|
| String | string | The string to convert |