Implement collator_get_default() and simplify/fix the underlying code.

# Derick, objects aren't that difficult.. :)
This commit is contained in:
Andrei Zmievski 2006-04-21 18:25:16 +00:00
parent fae915844b
commit 24988a088c
3 changed files with 31 additions and 41 deletions

View file

@ -235,7 +235,7 @@ PHP_FUNCTION(unicode_get_subst_char)
zend_function_entry unicode_functions[] = {
PHP_FE(i18n_loc_get_default, NULL)
PHP_FE(i18n_loc_set_default, NULL)
PHP_FE(i18n_coll_get_default, NULL)
PHP_FE(collator_get_default, NULL)
PHP_FE(unicode_decode, NULL)
PHP_FE(unicode_semantics, NULL)
PHP_FE(unicode_encode, NULL)