Your message dated Mon, 19 Apr 1999 15:08:00 +0300 with message-id <99041915105704.23073@dis> and subject line Bug#1226: koi8-r encoding selects wrong font has caused the attached bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I'm talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Stephan Kulow (administrator, KDE bugs database) Received: (at submit) by bugs.kde.org; 19 Apr 1999 09:50:26 +0000 From Alexander.V.Kireyev@univer.kharkov.ua Mon Apr 19 11:50:25 1999 Received: from Univer-ktts-115k.univer.Kharkov.UA ([194.44.185.254]:63240 "EHLO jazz.univer.Kharkov.UA" ident: "root") by alpha.tat.physik.uni-tuebingen.de with ESMTP id <106597-17757>; Mon, 19 Apr 1999 11:49:18 +0200 Received: from univer.kharkov.ua (PPP-S20.univer.kharkov.ua [192.168.100.120]) by jazz.univer.Kharkov.UA (8.8.7/8.8.5) with ESMTP id MAA20140 for ; Mon, 19 Apr 1999 12:44:56 +0300 Sender: alice@jazz.univer.Kharkov.UA Message-ID: <3539C850.7B8BDF26@univer.kharkov.ua> Date: Sun, 19 Apr 1998 12:48:00 +0300 From: Alex Kireyev X-Mailer: Mozilla 4.5 [en] (X11; I; Linux 2.2.1 i586) X-Accept-Language: en MIME-Version: 1.0 To: submit@bugs.kde.org Subject: koi8-r encoding selects wrong font Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Return-Path: X-Orcpt: rfc822;submit@bugs.kde.org package: kdelibs version: 1.1-3rh5x When I select koi8-r encoding in font dialog (e.g. in kterm) for a font that has different encodings it reports unknown encoding and doesn't use koi8-r. After I made modification described below in kdelibs-1.1/kdecore/kchartables.cpp everything seems to be in order. $ diff -p kchartables.cpp.orig kchartables.cpp *** kchartables.cpp.orig Sun Nov 22 16:42:49 1998 --- kchartables.cpp Mon Apr 5 19:48:10 1999 *************** KCharsetEntry KCharsetsData::charsets[]= *** 432,438 **** { "iso-8859-8",QFont::ISO_8859_8,iso_8859_8_tbl,TRUE,0,0}, { "iso-8859-9",QFont::ISO_8859_9,iso_8859_9_tbl,TRUE,0,0}, { "adobe-symbol",QFont::AnyCharSet,symbol_tbl,FALSE,0,0}, - { "koi8-r",QFont::AnyCharSet,koi8_r_tbl,TRUE,0,0}, #if QT_VERSION >= 140 { "koi8-r",QFont::KOI8R,koi8_r_tbl,TRUE,0,0}, #else --- 432,437 ---- I suggest checking if this modification can cause any problems and adding it to next release. I am using RedHat 5.2, kernel 2.2.1, glibc-2.0.7-29 KDE compiled from source rpms with egcs-1.1b-2, egcs-libstdc++-1.1b-1 and qt-1.42-3rh51