From d9b046207361c92108dcc2f75fb807098ce32d33 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Tue, 6 Dec 2005 13:44:49 +0000 Subject: [PATCH] Changing the encoding of these files to UTF-8. 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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/parley/kvoctrain/kvoctrain.dtd b/parley/kvoctrain/kvoctrain.dtd index 5ba3b81..9a23f34 100644 --- a/parley/kvoctrain/kvoctrain.dtd +++ b/parley/kvoctrain/kvoctrain.dtd @@ -43,10 +43,10 @@ r CDATA #IMPLIED > - - - - - - - + + + + + + + -- 2.47.3