Hi Tristan, yeah, pretty neat, should be possibly part of that behaviour. Although I think that e.g. for German and finnish, if you know you have only users of that language it would work (possibly easier to setup and faster). Anyhow, I didn't know that something like that is existing, Thank you for that link. .: Fabian
-----Ursprüngliche Nachricht----- Von: [email protected] Gesendet: 03.09.07 08:53:31 An: [email protected] Betreff: [symfony-devs] Re: Plugin released (sfPropelActAsSluggableBehaviorPlugin) 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 _____________________________________________________________________ Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! http://smartsurfer.web.de/?mc=100071&distributionid=000000000066 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
