[wp-trac] [WordPress Trac] #23907: Scandinavian ligatures transcribed wrong in remove_accents()
WordPress Trac
noreply at wordpress.org
Sat Mar 30 15:50:17 UTC 2013
#23907: Scandinavian ligatures transcribed wrong in remove_accents()
--------------------------+--------------------
Reporter: dnusim | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.6
Component: I18N | Version: trunk
Severity: minor | Resolution:
Keywords: has-patch |
--------------------------+--------------------
Comment (by knutsp):
Æ (æ) Ø (ø) Å (å) are '''letters''' in the Norwegian, Danish and (Å in
Finnish) alphabets. They are not ligatures in these languages.
The letter Ø (ø) does not exist in the Swedish alphabet. Swedish (and
Finnish) uses Ö (ö), which is a separate letter written as an accented
character. Swedish has Æ, Ö and Å in its alphabet.
I would prefer these transcriptions:
Æ -> ae (like a ligature)
Ø -> o (like for ö, not to oe)
Å -> a (not aa)
Transcribing to a two letter sequence, like for a true ligature, gives
longer strings and no better readability, imo. (Norwegian speaking)
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23907#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list