рассылка русскоязычной группы пользователей и разработчиков KDE
 help / color / mirror / Atom feed
From: "Сукиязов Сергей " <corwin@micom.don.ru>
To: kde-russian@lists.kde.ru
Subject: Re: [kde-russian] Выбор кодировки в диалоге открытия
Date: Mon, 7 Oct 2002 11:12:08 +0400
Message-ID: <200210071112.08480.corwin@micom.don.ru> (raw)
In-Reply-To: <200210070958.11118.asoneofus@nm.ru>

[-- Attachment #1: Type: text/plain, Size: 615 bytes --]

7 Октябрь 2002 09:58, А.Л. Клютченя написал:
> 7 Октябрь 2002 09:48, Andrey S. Cherepanov написал:
> > Баг уже послан в TrollTech :)
>
> Я даже знаю ответ :-) Сергею Сукиязову напишите - завтра-же будет
> кодировка :-) Если он не занят... :-)

Зачем завтра, когда можно и сегодня :-) Держите патчик :-)

Эта проблема - еще один примернеповоротливости Qt-шной модели работы с
ЮНИКОДОМ :-( Если бы вместо встроенных таблиц Тролли использовали механизм
iconv (в glibc он встроен но существует и отдельная библиотека) то таких 
проблем не возникало-бы.


-- 
С Уважением
Сукиязов Сергей
ICQ: 165166448

[-- Attachment #2: qt-x11-free-3.0.5-ibm866codec.patch --]
[-- Type: text/x-diff, Size: 1763 bytes --]

diff -Naur qt-x11-free-3.0.5.orig/src/codecs/qtextcodec.cpp qt-x11-free-3.0.5/src/codecs/qtextcodec.cpp
--- qt-x11-free-3.0.5.orig/src/codecs/qtextcodec.cpp	Mon Jul  8 14:26:48 2002
+++ qt-x11-free-3.0.5/src/codecs/qtextcodec.cpp	Mon Oct  7 11:02:53 2002
@@ -1998,6 +1998,23 @@
 	      0x00DE, 0x00DA, 0x00DB, 0x00D9, 0x00FD, 0x00DD, 0x00AF, 0x00B4,
 	      0x00AD, 0x00B1, 0x2017, 0x00BE, 0x00B6, 0x00A7, 0x00F7, 0x00B8,
 	      0x00B0, 0x00A8, 0x00B7, 0x00B9, 0x00B3, 0x00B2, 0x25A0, 0x00A0} },
+    { "CP 866", "IBM 866", 2086,
+	{ 0x0410,0x0411,0x0412,0x0413,0x0414,0x0415,0x0416,0x0417,
+	      0x0418,0x0419,0x041A,0x041B,0x041C,0x041D,0x041E,0x041F,
+	      0x0420,0x0421,0x0422,0x0423,0x0424,0x0425,0x0426,0x0427,
+	      0x0428,0x0429,0x042A,0x042B,0x042C,0x042D,0x042E,0x042F,
+	      0x0430,0x0431,0x0432,0x0433,0x0434,0x0435,0x0436,0x0437,
+	      0x0438,0x0439,0x043A,0x043B,0x043C,0x043D,0x043E,0x043F,
+	      0x2591,0x2592,0x2593,0x2502,0x2524,0x2561,0x2562,0x2556,
+	      0x2555,0x2563,0x2551,0x2557,0x255D,0x255C,0x255B,0x2510,
+	      0x2514,0x2534,0x252C,0x251C,0x2500,0x253C,0x255E,0x255F,
+	      0x255A,0x2554,0x2569,0x2566,0x2560,0x2550,0x256C,0x2567,
+	      0x2568,0x2564,0x2565,0x2559,0x2558,0x2552,0x2553,0x256B,
+	      0x256A,0x2518,0x250C,0x2588,0x2584,0x258C,0x2590,0x2580,
+	      0x0440,0x0441,0x0442,0x0443,0x0444,0x0445,0x0446,0x0447,
+	      0x0448,0x0449,0x044A,0x044B,0x044C,0x044D,0x044E,0x044F,
+	      0x0401,0x0451,0x0404,0x0454,0x0407,0x0457,0x040E,0x045E,
+	      0x00B0,0x2219,0x00B7,0x221A,0x2116,0x00A4,0x25A0,0x00A0} },
     { "CP 874", "CP 874", 0, //### what is the mib?
 	{ 0x20AC, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0x2026, 0xFFFD, 0xFFFD,
 	      0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD, 0xFFFD,

  parent reply	other threads:[~2002-10-07  7:12 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-06 10:18 Vitaly Lipatov
2002-10-07  4:58 ` Andrey S. Cherepanov
2002-10-07  5:48   ` Andrey S. Cherepanov
2002-10-07  5:58     ` А.Л. Клютченя
2002-10-07  7:11       ` Leon Kanter
2002-10-07  7:24         ` А.Л. Клютченя
2002-10-07  8:10           ` Leon Kanter
2002-10-07  8:25             ` Vitaly Lipatov
2002-10-07  8:30             ` А.Л. Клютченя
2002-10-07 10:19               ` Leon Kanter
2002-10-07 11:25                 ` Vitaly Lipatov
2002-10-07 12:23                   ` Leon Kanter
2002-10-08  0:20                   ` Andrey S. Cherepanov
2002-10-07  7:12       ` Сукиязов Сергей  [this message]
2002-10-07  8:32         ` Andrey S. Cherepanov
2002-10-07 10:00           ` Сукиязов Сергей 
2002-10-07 10:06             ` Andrey S. Cherepanov
2002-10-07 10:21               ` Сукиязов Сергей 
2002-10-07 10:34                 ` Andrey S. Cherepanov
2002-10-07 11:26                   ` Сукиязов Сергей 
2002-10-07  7:10     ` Vitaly Lipatov
2002-10-07  7:25       ` А.Л. Клютченя
2002-10-07  7:41       ` Сукиязов Сергей 
2002-10-07  8:06         ` Vitaly Lipatov
2002-10-07  8:31           ` Andrey S. Cherepanov
2002-10-07  9:29             ` Vitaly Lipatov
2002-10-07  9:54               ` Andrey S. Cherepanov
2002-10-07  9:06           ` Leon Kanter
2002-10-07  8:19       ` Andrey S. Cherepanov
2002-10-07  9:33         ` Vitaly Lipatov
2002-10-07  9:51           ` Andrey S. Cherepanov
2002-10-07  7:10 ` Leon Kanter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200210071112.08480.corwin@micom.don.ru \
    --to=corwin@micom.don.ru \
    --cc=kde-russian@lists.kde.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

рассылка русскоязычной группы пользователей и разработчиков KDE

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/kde-russian/0 kde-russian/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 kde-russian kde-russian/ http://lore.altlinux.org/kde-russian \
		kde-russian@lists.kde.ru
	public-inbox-index kde-russian

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.kde-russian


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git