A pure-LUA implementation of UTF-16 decoding
​cp.utf16.be​
​cp.utf16.le​
Signature |
|
Type | Function |
Description | Receives zero or more integers, converts each one to its corresponding UTF-16 byte sequence and returns a string with the concatenation of all these sequences. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Returns the codepoints (as integers) from all characters in |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Returns values so that the construction |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Returns the position (in bytes) where the encoding of the |
Parameters | ​ |
Returns | ​ |