Ville Säävuori wrote:
> I saw Changeset #2905 ( http://code.djangoproject.com/changeset/2905 )
> today and I think that there would still be room for improvement here
> regarding of slugifying at least some non-ascii letters (like ä and
> ö,  which are widely used in Europe and Scandinavia).
> 
> Django strips these characters completely from slugs instead of
> stripping just the accents. (Ie. 'ä' to 'a' and 'ö' to 'o'.) At least
> for most Finnish URLs, it makes a huge difference in readability if you
> remove the whole character or convert it to a "safe" one.

Completely removing umlauts etc. makes such a bad impression outside of
the US! It's like writing "Adran Hlty" instead od "Adrian Holovaty".

I have python code to do this and could provide a patch if no one else
does. It's really easy with Unicode.

Say. do people in Finland also usually rewrite into ASCII like this:

ä -> ae
ö -> oe
ü -> ue

?

Michael


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django 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/django-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to