Utilities related to string and text character encoding, converting between formats, and perform common encoding operations.
package | Default |
---|
unicodeEscapedCharsToUtf8(string $string): string
...) to an utf8 string.
string
A string containing unicode escaped characters.
string
An utf8 string conversion of the unicode encoded input.
utf8ToUnicodeEscapedChars(string $string): string
..).
string
A string containing an utf8 valid sequence.
string
A string containing escaped sequences for all the original utf8 characters