From kde-commits Mon Nov 03 09:16:52 2003 From: Reinhold Kainhofer Date: Mon, 03 Nov 2003 09:16:52 +0000 To: kde-commits Subject: kdepim X-MARC-Message: https://marc.info/?l=kde-commits&m=106785125323097 CVS commit by kainhofe: Fix KOrganizer's encoding problems: -) load all files as latin1, unfold long lines and only then interpret it as utf8 (the calendar file is not strictly utf8!!!) -) Fix utf8-problems with group scheduling (characters are now correctly interpreted as utf8 for everything, LC_* settings are irrelevant. Dirk's patch solved only part of the problem.) -) Fix all encoding problems that had to do with various settings of the LC_* environment variables, since the calendar file does no longer use local8Bit for anything. -) This also fixes printing cyrillic text (it was not a printing problem, but again the encoding problem, since local8Bit was used) CCMAIL: 52404-done@bugs.kde.org, 52687-done@bugs.kde.org, 54023-done@bugs.kde.org, 55387-done@bugs.kde.org, 55541@bugs.kde.org, 59106-done@bugs.kde.org, 59998@bugs.kde.org, 65815-done@bugs.kde.org M +4 -0 korganizer/mailscheduler.cpp 1.22 M +5 -0 korganizer/outgoingdialog.cpp 1.37 M +2 -0 korganizer/plugins/webexport/exportwebdialog.cpp 1.4 M +7 -13 libical/src/libical/icalvalue.c 1.10 M +1 -1 libkcal/calformat.cpp 1.12 M +3 -3 libkcal/htmlexport.cpp 1.6 M +11 -4 libkcal/icalformat.cpp 1.52 M +2 -2 libkcal/icalformatimpl.cpp 1.92