Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#2716 closed enhancement (duplicate)

german "umlaut"-letters in slugfields could be better

Reported by: dorian.santner@… Owned by: Adrian Holovaty
Component: Database layer (models, ORM) Version: 0.95
Severity: normal Keywords: umlaut slugfield
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi,

when slugfields are generated from german textfields
it would result in much nicer slugs

if the umlauts where written in the following way
(currently umlauts are just cut away):

ü (= the html ü) -> ue

ö (= the html ö) -> oe

ä (= the html ä) -> ae

ß (= the html ß)-> sz

same with capital letters!

The resulting slugfield could still be read in german!

cu
Dorian

Change History (3)

comment:1 by oyvind@…, 18 years ago

Also norwegian

æ (= æ) -> ae
ø (= ø) -> oe
å (= å) -> aa

Æ (= &Aelig;) -> Ae
Ø (= Ø) -> Oe
Å (= Å) -> Aa

comment:2 by James Bennett, 18 years ago

Resolution: duplicate
Status: newclosed

Other bugs about this have been closed in favor of #2489, which aims to switch to Unicode throughout all of Django and is really the correct way to get at this, so I'm doing the same here.

comment:3 by (none), 17 years ago

milestone: Version 1.0

Milestone Version 1.0 deleted

Note: See TracTickets for help on using tickets.
Back to Top