If you want to see exactly what codepoints comprise a Unicode string, use the new var_inspect() function.

<?php var_inspect("aԃ~"); ?>

unicode(3) "aԃ~" { 0061 0503 ff5e }

-Andrei
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to