[wp-trac] Re: [WordPress Trac] #4739: Some
icelandic/Norwegian/Danish letters do not work in page slugs
WordPress Trac
wp-trac at lists.automattic.com
Tue Nov 4 14:40:47 GMT 2008
#4739: Some icelandic/Norwegian/Danish letters do not work in page slugs
-------------------------------+--------------------------------------------
Reporter: einare | Owner: westi
Type: defect | Status: reopened
Priority: high | Milestone: 2.9
Component: i18n | Version: 2.2.1
Severity: major | Resolution:
Keywords: needs-patch early |
-------------------------------+--------------------------------------------
Comment (by svendk):
I had similar problems (a Page titled "Bøger" (books) screwed up the
permalink (slug?), and after reading this, I created (wow) a few more
lines fixing it for Å/å and Ø/ø.
With the fix in the top, and these lines, my problems with æ/ø/å is done.
{{{
chr(195).chr(133) => 'Aa',
chr(195).chr(165) => 'aa',
chr(195).chr(152) => 'Oe',
chr(195).chr(184) => 'oe',
}}}
Please incorporate it in the official version :)
/svendk
--
Ticket URL: <http://trac.wordpress.org/ticket/4739#comment:18>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list