| Summary: | Korganizer does not save non-ascii characters. | ||
|---|---|---|---|
| Product: | [Applications] korganizer | Reporter: | Cyril Rotmistrovsky <cyr> |
| Component: | general | Assignee: | Cornelius Schumacher <schumacher> |
| Status: | CLOSED FIXED | ||
| Severity: | grave | ||
| Priority: | NOR | ||
| Version First Reported In: | 0.9 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
KOrganizer should now be able to handle non-ascii characters correctly. -- Cornelius Schumacher <schumacher@kde.org> |
(*** This bug was imported into bugs.kde.org ***) Package: korganizer Version: 0.9 (KDE 2.0) Severity: grave Compiler: gcc version 2.95.2 19991024 (release) OS: Linux 2.2.14 i686 (compiled sources) Korganizer does not save non-ascii characters in vobjects. Moreover non-ascii characters in subjects and descriptions cause errors in file format. The problem is in QString::ascii() usage before saving file. Solution proposed: save data for example using utf8 encoding (which is portable with current vobject-file state). I can provide with possible patch if nesessary. -- Regards Cyril.