Обсуждение: pgsql/src/backend/utils/mb/Unicode UCS_to_BIG5 ...

Поиск
Список
Период
Сортировка

pgsql/src/backend/utils/mb/Unicode UCS_to_BIG5 ...

От
Tatsuo Ishii
Дата:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    ishii@hub.org    01/04/16 02:10:19

Modified files:
    src/backend/utils/mb/Unicode: UCS_to_BIG5.pl UCS_to_EUC_CN.pl
                                  UCS_to_EUC_JP.pl UCS_to_EUC_KR.pl
                                  UCS_to_EUC_TW.pl UCS_to_SJIS.pl
                                  big5_to_utf8.map
                                  euc_cn_to_utf8.map
                                  euc_jp_to_utf8.map
                                  euc_kr_to_utf8.map
                                  euc_tw_to_utf8.map
                                  sjis_to_utf8.map utf8_to_big5.map
                                  utf8_to_euc_cn.map
                                  utf8_to_euc_jp.map
                                  utf8_to_euc_kr.map
                                  utf8_to_euc_tw.map
                                  utf8_to_sjis.map

Log message:
    Correction for mathematical properties in Unicode converison maps.
    Patches contributed by Eiji Tokuya (e-tokuya@sankyo-unyu.co.jp)