Function utf8ToUnicode
Takes an UTF-8 string and returns an array of ints representing the Unicode characters. Astral planes are supported ie. the ints in the output can be > 0xFFFF. Occurrances of the BOM are ignored. Surrogates are not allowed.
Returns false if the input string isn't a valid UTF-8 octet sequence.
Located at
check_UTF8.php
|
& $str |