}
/* }}} */
-/* {{{ proto bool unicode_enabled()
+/* {{{ proto bool unicode_semantics()
Check whether unicode semantics is enabled */
-static PHP_FUNCTION(unicode_enabled)
+static PHP_FUNCTION(unicode_semantics)
{
RETURN_BOOL(UG(unicode));
}
PHP_FE(i18n_loc_get_default, NULL)
PHP_FE(i18n_loc_set_default, NULL)
PHP_FE(unicode_decode, NULL)
- PHP_FE(unicode_enabled, NULL)
+ PHP_FE(unicode_semantics, NULL)
PHP_FE(unicode_encode, NULL)
PHP_FE(i18n_strtotitle, NULL)
{ NULL, NULL, NULL }