Andrei Zmievski wrote:
Hey Rob,

Looks good. Have you tested the filesystem (filename) related functions with non-ASCII filenames? Try making a file called "informaçon.xml" for example, set unicode.filesystem_encoding=utf-8 (or whatever encoding your filesystem uses) and see if you can read it.

Ok, used the php_stream_path_encode functionality I saw in file_get_contents and am now able to read files with non-ASCII chars while all tests still pass. I believe all the conversions are now done for this extension. The only functionality without any special handling occurs when passing source XML as a string - XML() and setRelaxNGSchemaSource().

Rob

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

Reply via email to