Excerpt | ||
---|---|---|
| ||
changeCharset(value, charset) Converts a binary string into one with the appropriate charset |
Function: changeCharset()
Interprets the incoming binary string using the specified character set. Auto-detection of the charset is supported by providing a value of "auto" or "null" in the charset parameter.
Syntax
changeCharset(value, charset)
...