pgsql/src/backend/utils/mb/Unicode (UCS_to_8859.pl iso8859_2_to_utf8.map iso8859_3_to_utf8.map iso8859_4_to_utf8.map iso8859_5_to_utf8.map utf8_to_iso8859_2.map utf8_to_iso8859_3.map utf8_to_iso8859_4.map utf8_to_iso8859_5.map)

Поиск
Список
Период
Сортировка
От ishii@postgresql.org
Тема pgsql/src/backend/utils/mb/Unicode (UCS_to_8859.pl iso8859_2_to_utf8.map iso8859_3_to_utf8.map iso8859_4_to_utf8.map iso8859_5_to_utf8.map utf8_to_iso8859_2.map utf8_to_iso8859_3.map utf8_to_iso8859_4.map utf8_to_iso8859_5.map)
Дата
Msg-id 200011261040.eAQAei759768@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Sunday, November 26, 2000 @ 05:40:43
Author: ishii

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/mb/Unicode
     from hub.org:/tmp/cvs-serv59502

Modified Files:
    UCS_to_8859.pl iso8859_2_to_utf8.map iso8859_3_to_utf8.map
    iso8859_4_to_utf8.map iso8859_5_to_utf8.map
    utf8_to_iso8859_2.map utf8_to_iso8859_3.map
    utf8_to_iso8859_4.map utf8_to_iso8859_5.map

-----------------------------  Log Message  -----------------------------

Unicode conversion fix suggested by Jan Varga...
--------------------------------------------------
Subject: Bug in unicode conversion ...
From: Jan Varga <varga@utcru.sk>
To: t-ishii@sra.co.jp
Date: Sat, 18 Nov 2000 17:41:20 +0100 (CET)


Hi,

I tried this new feature in PostgreSQL. I found one bug.
Script UCS_to_8859.pl skips input lines which
1. code <0x80 or
2. ucs <0x100

I think second one is not good idea because some codes in ISO8859-2
have ucs <0x100 (e.g. 0xE9 - 0x00E9)
--------------------------------------------------


В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/include/utils (pg_locale.h)
Следующее
От: petere@postgresql.org
Дата:
Сообщение: pgsql/src/bin/psql (command.c)