]> granicus.if.org Git - php/commit
Add API hooks and unicode.filesystem_encoding for handling unicode
authorSara Golemon <pollita@php.net>
Fri, 31 Mar 2006 22:51:37 +0000 (22:51 +0000)
committerSara Golemon <pollita@php.net>
Fri, 31 Mar 2006 22:51:37 +0000 (22:51 +0000)
commitfd606a8d7817310a72d56589d64c611a09323c83
treef8ef76babae0b5e16ad0e8a617ad20d192692125
parente08784867ce578c377b281ab04a425406970bab9
Add API hooks and unicode.filesystem_encoding for handling unicode
conversions of filename entries.

Normal path conversions will simply use this converter,
Certain other protocols (such as http) which specify a
required character set (utf8), may override the conversion
by defining a path_encode() and/or path_decode() wrapper ops method.
Zend/zend.c
Zend/zend_globals.h
ext/standard/file.c
main/php_streams.h
main/streams/streams.c