Hi!

intl_error.h defines common error handling functions and "global"
variables - in addition to those in the respective objects.

In order to "synchronize" global and individual errors, there are three
functions (plural of error):
intl_errors_reset
intl_errors_set_custom_msg
intl_errors_set_code

However, the first and the third are NEVER referenced. The second is
only used in connection with intl_error_set_code (note singular error!)

All this seems not to add up. Are there any docs available somewhere?

HPO

-- 
PHP Unicode & I18N Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to