[wp-trac] [WordPress Trac] #23907: Scandinavian ligatures transcribed wrong in remove_accents()
WordPress Trac
noreply at wordpress.org
Mon Oct 21 05:09:06 UTC 2013
#23907: Scandinavian ligatures transcribed wrong in remove_accents()
-----------------------------------------------+------------------
Reporter: dnusim | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.8
Component: I18N | Version: 3.6
Severity: minor | Resolution:
Keywords: has-patch 3.7-early needs-testing |
-----------------------------------------------+------------------
Comment (by knutsp):
I don't like locale specific substitutions when not absolutely necessary.
The same substitutions should be made for `ø` (as for `æ`) regardless of
the set locale code. This `æ` character belongs solely to Danish and
Norwegian, and it's presence always indicates that the word (name) it is
used in is a Norwegian or Danish word/name.
When we talk about `å` this '''may''' be treated differently between non-
Scandinavian languages (i.e. Skolt Sami, Chamorro and Walloon) and
Scandinavian. This would then have to be locale specific not to interfere
with non-Scandinavian uses.
`æ` is not debated. It still looks like a ligature, as the origin.
Currently `æ` -> ae.
And if a ''filter'' is added for the `$chars` array then I could even
accept this change.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23907#comment:31>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list