There are some bad constructs on a couple of files (like static arrays of
QStrings initialised directly with const char[] constants, without any proper
decoding) that will most likely break under certain locales.
The encoding is correct. It's the code that must be changed now. I don't
consider this a problem because it was already broken for any locale
different than the one the programmer wrote the code in.
svn path=/trunk/KDE/kdeedu/kvoctrain/kvoctrain/kvoctrain.dtd; revision=486005
r CDATA #IMPLIED
>
-<!ENTITY ouml "ö">
-<!ENTITY Ouml "Ö">
-<!ENTITY uuml "ü">
-<!ENTITY Uuml "Ü">
-<!ENTITY auml "ä">
-<!ENTITY Auml "Ä">
-<!ENTITY szlig "ß">
+<!ENTITY ouml "ö">
+<!ENTITY Ouml "Ö">
+<!ENTITY uuml "ü">
+<!ENTITY Uuml "Ü">
+<!ENTITY auml "ä">
+<!ENTITY Auml "Ä">
+<!ENTITY szlig "ß">