Django

Code

Ticket #2716 (closed: duplicate)

Opened 2 years ago

Last modified 2 years ago

german "umlaut"-letters in slugfields could be better

Reported by: dorian.santner@gmx.net Assigned to: adrian
Milestone: Component: Database layer (models, ORM)
Version: 0.95 Keywords: umlaut slugfield
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

Attachments

Change History

09/13/06 09:34:38 changed by oyvind@saltvik.no

Also norwegian

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

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

09/13/06 10:11:54 changed by ubernostrum

  • status changed from new to closed.
  • resolution set to duplicate.

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.

01/17/07 16:12:17 changed by

  • milestone deleted.

Milestone Version 1.0 deleted


Add/Change #2716 (german "umlaut"-letters in slugfields could be better)




Change Properties
Action