I need to create ASCII-only urls. So, if I have name such as yours for example :), OÄuz Demirkapı, I want to transform it into oguz_demirkapi in order to have a URL like this: http://mysite/users/detail/oguz_demirkapi.
Actually, I've solved the problem by creating an XML file with all the required mappings, but my heart yearns for a better solution :) On 8/16/06, OÄuz_Demirkapı <[EMAIL PROTECTED]> wrote: > > I think it is possible when they have a database which has already Unicode > support. But if data is saved in old format it is really a headache. > > If you explain your full scenario, I would suggest some other methods > depending on your case. > > OÄuz Demirkapı > > > PS: I have both "dotless i" and "g with breve" in my name. :) :)) -----Original Message----- > From: Paul Hastings [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 16. August 2006 14:52 > To: CF-Talk > Subject: Re: Transform Unicode characters > > Dmitrii Dimandt wrote: > > 0x131 ñ LATIN SMALL LETTER DOTLESS I to > > 0x69 i LATIN SMALL LETTER I > > > > 0x11F ß LATIN SMALL LETTER G WITH BREVE to > > 0x67 g LATIN SMALL LETTER G > > > > Ãâò other similar letters: Ã±ÃŸÃ¼à ŸÃ¶Ã§ > > ðÞÃÅà žÃâÃâ¡ from the Turkish > alphabet. > > can't you simply use the chars? > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249964 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

