Changes between Initial Version and Version 13 of Ticket #4739
- Timestamp:
- 02/22/2008 07:32:31 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4739
-
Property
Status
changed from
newtoreopened -
Property
Severity
changed from
minortomajor -
Property
Summary
changed from
Some icelandic letters do not work in page slugstoSome icelandic/Norwegian/Danish letters do not work in page slugs -
Property
Priority
changed from
normaltohigh - Property Owner changed from anonymous to westi
-
Property
Milestone
changed from
2.2.3to2.6 - Property Keywords needs-patch early added
-
Property
Status
changed from
-
Ticket #4739 – Description
initial v13 13 13 chr(195).chr(166) => 'ae', 14 14 }}} 15 16 Also (from #5952) 17 When the post slug is generated from the post title, the letter 'Å' 'å' converts to 'a', should convert to 'aa' which is the general practice in countries using this character (Confer [http://en.wikipedia.org/wiki/%C3%85#Transcription Wikipedia]). 18 19 Furthermore, the Norwegian/Danish characters 'Æ' 'æ' and 'Ø' 'ø' should be converted to respectively 'ae' and 'oe'. As of now, these convert to '%c3%a6' and '%c3%b8'.