]> Git trees. - libqmvoc.git/commitdiff
Changing the encoding of these files to UTF-8.
authorThiago Macieira <thiago@kde.org>
Tue, 6 Dec 2005 13:44:49 +0000 (13:44 +0000)
committerThiago Macieira <thiago@kde.org>
Tue, 6 Dec 2005 13:44:49 +0000 (13:44 +0000)
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

parley/kvoctrain/kvoctrain.dtd

index 5ba3b81a04a798266328eb17b4c88e9c3733183d..9a23f34f39decad5e22b23bd909cdab40ad55605 100644 (file)
                   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 "ß">