Last modified: 2010-05-15 15:34:02 UTC
In LanguageDa, the linktrail is specified as: "linktrail" => "/^((?:[a-z]|æ|ø|å)+)(.*)\$/sD", The file is UTF-8 encoded, which gives some issues on the danish wikipedia, that is still using ISO 8859-1. As can be seen on the example URL, the UTF character are matched as two seperate characters.
There was a missing utf8_decode in the Latin-1 wrapper class, which failed to downconvert. Fix applied to REL1_4 and put live on Wikimedia servers. Not needed in HEAD as Latin1 support is being dropped.