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
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
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 ;)
>
>
> >
>
--~--~---
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
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
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
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
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
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
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
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
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"
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
13 matches
Mail list logo