Re: Generating slug for words with accents

2006-11-17 Thread orestis
Can you discuss this on the relevant ticket: http://code.djangoproject.com/ticket/2282 Thanks, Orestis Aidas Bendoraitis wrote: > Similarly Lithuanian would be: > ą = a > č = c > ę = e > ė = e > į = i > š = s > ų = u > ū = u > ž = z > > I am just thinking whether slugify function should corres

Re: Generating slug for words with accents

2006-11-17 Thread Aidas Bendoraitis
Similarly Lithuanian would be: ą = a č = c ę = e ė = e į = i š = s ų = u ū = u ž = z I am just thinking whether slugify function should correspond to the chosen language or not. It seems that there are not many differences among stripped accented letters in different languages, so maybe it should

Re: Generating slug for words with accents

2006-11-16 Thread Kamil Wdowicz
Polish: ą = a ć = c ź or ż = z ę = e ó = o ł = l ś = s ń = n 2006/11/17, zenx <[EMAIL PROTECTED]>: > > Spanish info: > á é í ó úshould be a e i o u > ü should be u > ñ should be n > > I think that's everything in spanish ;) > > > > > --~--~---

Re: Generating slug for words with accents

2006-11-16 Thread zenx
Spanish info: á é í ó úshould be a e i o u ü should be u ñ should be n I think that's everything in spanish ;) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: [patch] Generating slug for words with accents

2006-11-16 Thread John Lenton
On 11/16/06, Aidas Bendoraitis <[EMAIL PROTECTED]> wrote: > German ß should be translated to ss > ä to ae > ö to oe > ü to ue but «ü» in Spanish should be just «u» (as in pingüino -> pinguino). -- John Lenton ([EMAIL PROTECTED]) -- Random fortune: The trouble with a lot of self-made men is that

Re: [patch] Generating slug for words with accents

2006-11-16 Thread Aidas Bendoraitis
German ß should be translated to ss ä to ae ö to oe ü to ue Regards, Aidas Bendoraitis [aka Archatas] On 11/16/06, Nicolas Steinmetz <[EMAIL PROTECTED]> wrote: > > Maciej Bliziński a écrit : > > > I'm including a patch with "from" and "to" constants extended with all > > the characters I found

Re: Generating slug for words with accents

2006-11-16 Thread Karsten W. Rohrbach
Would this make sense to integrate on the server side (instead of JS), say next to django.utils.text.get_valid_filename()? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group

Re: [patch] Generating slug for words with accents

2006-11-16 Thread Nicolas Steinmetz
Maciej Bliziński a écrit : > I'm including a patch with "from" and "to" constants extended with all > the characters I found on Wikipedia that seemed to be of any use. This > should cover all the Slavic countries except those which use cyrylic > alphabet. Was this page commit to svn version of d

Re: [patch] Generating slug for words with accents

2006-08-27 Thread Michal
Maciej Bliziński wrote: > On Sat, 2006-08-26 at 16:48 +0200, Michal wrote: >> I also added a few of Slovak characters (Czech and Slovak was >> brothers too, and they have similar alphabet). > > I looked at the Latin Unicode article in Wikipedia: > http://en.wikipedia.org/wiki/Latin_Unicode > > T

Re: [patch] Generating slug for words with accents

2006-08-27 Thread Maciej Bliziński
On Sat, 2006-08-26 at 16:48 +0200, Michal wrote: > I also added a few of Slovak characters (Czech and Slovak was > brothers too, and they have similar alphabet). I looked at the Latin Unicode article in Wikipedia: http://en.wikipedia.org/wiki/Latin_Unicode There are characters with accents have

Re: [patch] Generating slug for words with accents

2006-08-26 Thread Michal
Maciej Bliziński wrote: > On Sat, 2006-08-26 at 10:05 +0200, Michal wrote: >> Full description: In my language (czech) there are a lot of characters >> with accents. When I type titles in admin forms, the slug field >> autogenerated values are incorect (for example:title="sršeň", > > Is it a ho

Re: [patch] Generating slug for words with accents

2006-08-26 Thread Maciej Bliziński
On Sat, 2006-08-26 at 10:05 +0200, Michal wrote: > Full description: In my language (czech) there are a lot of characters > with accents. When I type titles in admin forms, the slug field > autogenerated values are incorect (for example:title="sršeň", Is it a hornet? > autogenerated slug="sre"

[patch] Generating slug for words with accents

2006-08-26 Thread Michal
Hello, I have problem with submiting ticket in trac (details below) with my patch, so I decided to post it here. - Short summary: [patch] Generating slug for words with accents Full description: In my language (czech) there are a lot of characters with