hi,

On 9/2/07, Fabian Lange <[EMAIL PROTECTED]> wrote:

> The only thing that I would extend is to make the replacement rules
> customizable. I have the same as you but would transform german umlauts to
> their non umlaut equivalent.
>
> $v = str_replace(array("Ö","ö","Ä","ä","Ü","ü","ß"),
> array("Oe","oe","Ae","ae","Ue","ue","ss"),$v);

even better : a transliteration driver. Using either
http://derickrethans.nl/translit.php or
http://phputf8.sourceforge.net/#Transliteration

++
tristan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to