Convert UTF-16 to UTF-8
utxt = util.u16u8(utxt, [be])
Convert UTF-8 to ASCII.
Parameter | Type | Description |
---|---|---|
utxt |
string | UTF-16 encoded string |
be |
boolean | True for Big Endian encoding (Default = true) |
Returns | Type | Description |
---|---|---|
utxt |
string | UTF-8 string |