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
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,