php-i18n Digest 8 Jun 2008 22:44:02 -0000 Issue 400
Topics (messages 1247 through 1248):
Re: intl 1.0.0RC1
1247 by: Stanislav Malyshev
Unicode Transliteration & ICU
1248 by: David Arakelian
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Finally, I would like to point you to
http://www.php.net/manual/en/userlandnaming.rules.php:
"PHP will prefix any global symbols of an extension with the name of the
extension."
That's not what the real coding standard says:
If they are part of a "parent set" of functions, that parent should
be included in the user function name, and should be clearly related
to the parent program or function family. This should be in the form
of ``parent_*``
I could, of course, split intl extension into seven separate ones - each
for each functional module - but what use would that be?
--
Stanislav Malyshev, Zend Software Architect
[EMAIL PROTECTED] http://www.zend.com/
(408)253-8829 MSN: [EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
Hi,
I have been told that PHP6 has implemented transliteration in some form,
but no specifics were given.
Does anyone know anything about transliteration in PHP6. I have noticed
that PHP has an ICU extension. ICU has a very comprehensive
transliteration/transform module that is not documented.
Currently I am using iconv and a PLEC extension to transliterate, but
they area neither comprehensive or widely supported.
There is also another method you can use to do transliteration, which
invloves NFD normalisation, but this is a very poor option.
--
,'/:. David Arakelian
,'-/::::. http://www.theatons.com/
,'--/::(@)::. Web Developer
,'---/::::::::::. Wales
____/:::::::::::::.
T H E A T O N S
--- End Message ---