Yes, there will be an API to convert the text between various
normalization forms. PHP itself, however, expects the strings you
give it to be in the NFC form, in case you were curious.
-Andrei
On Jun 29, 2006, at 10:13 AM, Gwynne wrote:
Every time I see the Unicode support in PHP 6 getting
Every time I see the Unicode support in PHP 6 getting better, I like
it more. But I have a question related to a problem I recently had to
solve with an external script in my code: Will there be any way to
access different normalization forms from inside PHP? After a great
deal of research