Re: [PHP-CVS] cvs: php-src /ext/unicode config.w32 unicode.c

2005-08-13 Thread Andrei Zmievski
The basic idea is that we always return a result, whether we raise an error or not. The type of error we raise also differs: in case of U_ILLEGAR_CHAR_FOUND, we definitely want to stop all processing, return what we processed so far, and raise a more noticeable error. For U_INVALID_CHAR_FOU

[PHP-CVS] cvs: php-src /ext/unicode config.w32 unicode.c

2005-08-13 Thread Wez Furlong
wez Sat Aug 13 09:43:32 2005 EDT Modified files: /php-src/ext/unicodeconfig.w32 unicode.c Log: Fixup config.w32. Implement unicode_decode() and unicode_encode(), as described in README.UNICODE. Still need to decide how to handle errors here,