[php-i18n-commits] cvs commit: libmbfl/mbfl mbfl_consts.h mbfl_encoding.c mbfl_encoding.h

Back to archive index

Moriyoshi Koizumi moriy****@users*****
2005年 2月 21日 (月) 02:48:43 JST


moriyoshi    05/02/21 02:48:43

  Modified:    filters  Tag: LIBMBFL_1_0 Makefile.am
                        unicode_table_iso8859_10.h
                        unicode_table_iso8859_13.h
                        unicode_table_iso8859_14.h
                        unicode_table_iso8859_15.h
                        unicode_table_iso8859_2.h unicode_table_iso8859_3.h
                        unicode_table_iso8859_4.h unicode_table_iso8859_5.h
                        unicode_table_iso8859_6.h unicode_table_iso8859_7.h
                        unicode_table_iso8859_8.h unicode_table_iso8859_9.h
               mbfl     Tag: LIBMBFL_1_0 mbfl_consts.h mbfl_encoding.c
                        mbfl_encoding.h
  Added:       filters  Tag: LIBMBFL_1_0 mbfilter_iso8859_16.c
                        mbfilter_iso8859_16.h mk_sb_tbl.awk
                        unicode_table_iso8859_16.h
  Log:
  - Let sb -> unicode mapping tables be generated automagically.
    This patch will fix PR #30549 (http://bugs.php.net/30549)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.7.2.3   +100 -1    libmbfl/filters/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /cvsroot/php-i18n/libmbfl/filters/Makefile.am,v
  retrieving revision 1.7.2.2
  retrieving revision 1.7.2.3
  diff -u -r1.7.2.2 -r1.7.2.3
  --- Makefile.am	4 Feb 2004 04:55:20 -0000	1.7.2.2
  +++ Makefile.am	20 Feb 2005 17:48:42 -0000	1.7.2.3
  @@ -2,4 +2,103 @@
   noinst_LTLIBRARIES=libmbfl_filters.la
   INCLUDES=-I../mbfl
   libmbfl_filters_la_LDFLAGS=-version-info $(SHLIB_VERSION)
  -libmbfl_filters_la_SOURCES=mbfilter_cp936.c mbfilter_hz.c mbfilter_euc_tw.c mbfilter_big5.c mbfilter_euc_jp.c mbfilter_jis.c mbfilter_iso8859_1.c mbfilter_iso8859_2.c mbfilter_cp1252.c mbfilter_cp1251.c mbfilter_ascii.c mbfilter_iso8859_3.c mbfilter_iso8859_4.c mbfilter_iso8859_5.c mbfilter_iso8859_6.c mbfilter_iso8859_7.c mbfilter_iso8859_8.c mbfilter_iso8859_9.c mbfilter_iso8859_10.c mbfilter_iso8859_13.c mbfilter_iso8859_14.c mbfilter_iso8859_15.c mbfilter_htmlent.c mbfilter_byte2.c mbfilter_byte4.c mbfilter_uuencode.c mbfilter_base64.c mbfilter_sjis.c mbfilter_7bit.c mbfilter_qprint.c mbfilter_ucs4.c mbfilter_ucs2.c mbfilter_utf32.c mbfilter_utf16.c mbfilter_utf8.c mbfilter_utf7.c mbfilter_utf7imap.c mbfilter_euc_jp_win.c mbfilter_cp932.c mbfilter_euc_cn.c mbfilter_euc_kr.c mbfilter_uhc.c mbfilter_iso2022_kr.c mbfilter_cp866.c mbfilter_koi8r.c html_entities.c cp932_table.h html_entities.h mbfilter_7bit.h mbfilter_ascii.h mbfilter_base64.h mbfilter_big5.h mbfilter_byte2
 .h mbfilter_byte4.h mbfilter_cp1251.h mbfilter_cp1252.h mbfilter_cp866.h mbfilter_cp932.h mbfilter_cp936.h mbfilter_euc_cn.h mbfilter_euc_jp.h mbfilter_euc_jp_win.h mbfilter_euc_kr.h mbfilter_euc_tw.h mbfilter_htmlent.h mbfilter_hz.h mbfilter_iso2022_kr.h mbfilter_iso8859_1.h mbfilter_iso8859_10.h mbfilter_iso8859_13.h mbfilter_iso8859_14.h mbfilter_iso8859_15.h mbfilter_iso8859_2.h mbfilter_iso8859_3.h mbfilter_iso8859_4.h mbfilter_iso8859_5.h mbfilter_iso8859_6.h mbfilter_iso8859_7.h mbfilter_iso8859_8.h mbfilter_iso8859_9.h mbfilter_jis.h mbfilter_koi8r.h mbfilter_qprint.h mbfilter_sjis.h mbfilter_ucs2.h mbfilter_ucs4.h mbfilter_uhc.h mbfilter_utf16.h mbfilter_utf32.h mbfilter_utf7.h mbfilter_utf7imap.h mbfilter_utf8.h mbfilter_uuencode.h unicode_prop.h unicode_table_big5.h unicode_table_cns11643.h unicode_table_cp1251.h unicode_table_cp1252.h unicode_table_cp866.h unicode_table_cp932_ext.h unicode_table_cp936.h unicode_table_iso8859_10.h unicode_table_iso8859_13.h unicod
 e_table_iso8859_14.h unicode_table_iso8859_15.h unicode_table_iso8
_2.h unicode_table_iso8859_3.h unicode_table_iso8859_4.h unicode_table_iso8859_5.h unicode_table_iso8859_6.h unicode_table_iso8859_7.h unicode_table_iso8859_8.h unicode_table_iso8859_9.h unicode_table_jis.h unicode_table_koi8r.h unicode_table_uhc.h
  +libmbfl_filters_la_SOURCES=mbfilter_cp936.c mbfilter_hz.c mbfilter_euc_tw.c mbfilter_big5.c mbfilter_euc_jp.c mbfilter_jis.c mbfilter_iso8859_1.c mbfilter_iso8859_2.c mbfilter_cp1252.c mbfilter_cp1251.c mbfilter_ascii.c mbfilter_iso8859_3.c mbfilter_iso8859_4.c mbfilter_iso8859_5.c mbfilter_iso8859_6.c mbfilter_iso8859_7.c mbfilter_iso8859_8.c mbfilter_iso8859_9.c mbfilter_iso8859_10.c mbfilter_iso8859_13.c mbfilter_iso8859_14.c mbfilter_iso8859_15.c mbfilter_iso8859_16.c mbfilter_htmlent.c mbfilter_byte2.c mbfilter_byte4.c mbfilter_uuencode.c mbfilter_base64.c mbfilter_sjis.c mbfilter_7bit.c mbfilter_qprint.c mbfilter_ucs4.c mbfilter_ucs2.c mbfilter_utf32.c mbfilter_utf16.c mbfilter_utf8.c mbfilter_utf7.c mbfilter_utf7imap.c mbfilter_euc_jp_win.c mbfilter_cp932.c mbfilter_euc_cn.c mbfilter_euc_kr.c mbfilter_uhc.c mbfilter_iso2022_kr.c mbfilter_cp866.c mbfilter_koi8r.c html_entities.c cp932_table.h html_entities.h mbfilter_7bit.h mbfilter_ascii.h mbfilter_base64.h mbfilter
 _big5.h mbfilter_byte2.h mbfilter_byte4.h mbfilter_cp1251.h mbfilter_cp1252.h mbfilter_cp866.h mbfilter_cp932.h mbfilter_cp936.h mbfilter_euc_cn.h mbfilter_euc_jp.h mbfilter_euc_jp_win.h mbfilter_euc_kr.h mbfilter_euc_tw.h mbfilter_htmlent.h mbfilter_hz.h mbfilter_iso2022_kr.h mbfilter_iso8859_1.h mbfilter_iso8859_10.h mbfilter_iso8859_13.h mbfilter_iso8859_14.h mbfilter_iso8859_15.h mbfilter_iso8859_2.h mbfilter_iso8859_3.h mbfilter_iso8859_4.h mbfilter_iso8859_5.h mbfilter_iso8859_6.h mbfilter_iso8859_7.h mbfilter_iso8859_8.h mbfilter_iso8859_9.h mbfilter_jis.h mbfilter_koi8r.h mbfilter_qprint.h mbfilter_sjis.h mbfilter_ucs2.h mbfilter_ucs4.h mbfilter_uhc.h mbfilter_utf16.h mbfilter_utf32.h mbfilter_utf7.h mbfilter_utf7imap.h mbfilter_utf8.h mbfilter_uuencode.h unicode_prop.h unicode_table_big5.h unicode_table_cns11643.h unicode_table_cp1251.h unicode_table_cp1252.h unicode_table_cp866.h unicode_table_cp932_ext.h unicode_table_cp936.h unicode_table_iso8859_10.h unicode_tab
 le_iso8859_13.h unicode_table_iso8859_14.h unicode_table_iso8859_1
 unicode_table_iso8859_16.h unicode_table_iso8859_2.h unicode_table_iso8859_3.h unicode_table_iso8859_4.h unicode_table_iso8859_5.h unicode_table_iso8859_6.h unicode_table_iso8859_7.h unicode_table_iso8859_8.h unicode_table_iso8859_9.h unicode_table_jis.h unicode_table_koi8r.h unicode_table_uhc.h
  +
  +mbfilter_iso8859_2.c: unicode_table_iso8859_2.h
  +
  +mbfilter_iso8859_3.c: unicode_table_iso8859_3.h
  +
  +mbfilter_iso8859_4.c: unicode_table_iso8859_4.h
  +
  +mbfilter_iso8859_5.c: unicode_table_iso8859_5.h
  +
  +mbfilter_iso8859_6.c: unicode_table_iso8859_6.h
  +
  +mbfilter_iso8859_7.c: unicode_table_iso8859_7.h
  +
  +mbfilter_iso8859_8.c: unicode_table_iso8859_8.h
  +
  +mbfilter_iso8859_9.c: unicode_table_iso8859_9.h
  +
  +mbfilter_iso8859_10.c: unicode_table_iso8859_10.h
  +
  +mbfilter_iso8859_11.c: unicode_table_iso8859_11.h
  +
  +mbfilter_iso8859_13.c: unicode_table_iso8859_13.h
  +
  +mbfilter_iso8859_14.c: unicode_table_iso8859_13.h
  +
  +mbfilter_iso8859_15.c: unicode_table_iso8859_15.h
  +
  +mbfilter_iso8859_16.c: unicode_table_iso8859_16.h
  +
  +8859-1.TXT 8859-2.TXT 8859-3.TXT 8859-4.TXT 8859-5.TXT 8859-6.TXT \
  +8859-7.TXT 8859-8.TXT 8859-9.TXT 8859-10.TXT 8859-11.TXT 8859-13.TXT \
  +8859-14.TXT 8859-15.TXT 8859-16.TXT:
  +	$(FETCH_VIA_FTP) ftp://ftp.unicode.org/Public/MAPPINGS/ISO8859/$@
  +
  +unicode_table_iso8859_1.h: mk_sb_tbl.awk
  +	$(AWK) -v TABLE_NAME=iso8859_1_ucs_table \
  +           -v IFNDEF_NAME=$@ -f mk_sb_tbl.awk 8859-1.TXT > $@
  +
  +unicode_table_iso8859_2.h: mk_sb_tbl.awk
  +	$(AWK) -v TABLE_NAME=iso8859_2_ucs_table \
  +           -v IFNDEF_NAME=$@ -f mk_sb_tbl.awk 8859-2.TXT > $@
  +
  +unicode_table_iso8859_3.h: mk_sb_tbl.awk
  +	$(AWK) -v TABLE_NAME=iso8859_3_ucs_table \
  +           -v IFNDEF_NAME=$@ -f mk_sb_tbl.awk 8859-3.TXT > $@
  +
  +unicode_table_iso8859_4.h: mk_sb_tbl.awk 
  +	$(AWK) -v TABLE_NAME=iso8859_4_ucs_table \
  +           -v IFNDEF_NAME=$@ -f mk_sb_tbl.awk 8859-4.TXT > $@
  +
  +unicode_table_iso8859_5.h: mk_sb_tbl.awk 
  +	$(AWK) -v TABLE_NAME=iso8859_5_ucs_table \
  +           -v IFNDEF_NAME=$@ -f mk_sb_tbl.awk 8859-5.TXT > $@
  +
  +unicode_table_iso8859_6.h: mk_sb_tbl.awk 
  +	$(AWK) -v TABLE_NAME=iso8859_6_ucs_table \
  +           -v IFNDEF_NAME=$@ -f mk_sb_tbl.awk 8859-6.TXT > $@
  +
  +unicode_table_iso8859_7.h: mk_sb_tbl.awk 
  +	$(AWK) -v TABLE_NAME=iso8859_7_ucs_table \
  +           -v IFNDEF_NAME=$@ -f mk_sb_tbl.awk 8859-7.TXT > $@
  +
  +unicode_table_iso8859_8.h: mk_sb_tbl.awk 
  +	$(AWK) -v TABLE_NAME=iso8859_8_ucs_table \
  +           -v IFNDEF_NAME=$@ -f mk_sb_tbl.awk 8859-8.TXT > $@
  +
  +unicode_table_iso8859_9.h: mk_sb_tbl.awk 
  +	$(AWK) -v TABLE_NAME=iso8859_9_ucs_table \
  +           -v IFNDEF_NAME=$@ -f mk_sb_tbl.awk 8859-9.TXT > $@
  +
  +unicode_table_iso8859_10.h: mk_sb_tbl.awk 
  +	$(AWK) -v TABLE_NAME=iso8859_10_ucs_table \
  +           -v IFNDEF_NAME=$@ -f mk_sb_tbl.awk 8859-10.TXT > $@
  +
  +unicode_table_iso8859_11.h: mk_sb_tbl.awk 
  +	$(AWK) -v TABLE_NAME=iso8859_11_ucs_table \
  +           -v IFNDEF_NAME=$@ -f mk_sb_tbl.awk 8859-11.TXT > $@
  +
  +unicode_table_iso8859_13.h: mk_sb_tbl.awk 
  +	$(AWK) -v TABLE_NAME=iso8859_13_ucs_table \
  +           -v IFNDEF_NAME=$@ -f mk_sb_tbl.awk 8859-13.TXT > $@
  +
  +unicode_table_iso8859_14.h: mk_sb_tbl.awk 
  +	$(AWK) -v TABLE_NAME=iso8859_14_ucs_table \
  +           -v IFNDEF_NAME=$@ -f mk_sb_tbl.awk 8859-14.TXT > $@
  +
  +unicode_table_iso8859_15.h: mk_sb_tbl.awk 
  +	$(AWK) -v TABLE_NAME=iso8859_15_ucs_table \
  +           -v IFNDEF_NAME=$@ -f mk_sb_tbl.awk 8859-15.TXT > $@
  +
  +unicode_table_iso8859_16.h: mk_sb_tbl.awk 
  +	$(AWK) -v TABLE_NAME=iso8859_16_ucs_table \
  +           -v IFNDEF_NAME=$@ -f mk_sb_tbl.awk 8859-16.TXT > $@
  +
  +unidata: 8859-1.TXT 8859-2.TXT 8859-3.TXT 8859-4.TXT 8859-5.TXT 8859-6.TXT \
  +8859-7.TXT 8859-8.TXT 8859-9.TXT 8859-10.TXT 8859-11.TXT 8859-13.TXT \
  +8859-14.TXT 8859-15.TXT 8859-16.TXT
  +
  +.PHONY: unidata
  
  
  
  1.1.1.1.2.1 +16 -43    libmbfl/filters/unicode_table_iso8859_10.h
  
  Index: unicode_table_iso8859_10.h
  ===================================================================
  RCS file: /cvsroot/php-i18n/libmbfl/filters/unicode_table_iso8859_10.h,v
  retrieving revision 1.1.1.1
  retrieving revision 1.1.1.1.2.1
  diff -u -r1.1.1.1 -r1.1.1.1.2.1
  --- unicode_table_iso8859_10.h	7 Dec 2002 19:20:50 -0000	1.1.1.1
  +++ unicode_table_iso8859_10.h	20 Feb 2005 17:48:42 -0000	1.1.1.1.2.1
  @@ -1,44 +1,17 @@
  -/*
  - * "streamable kanji code filter and converter"
  - * Copyright (c) 1998-2002 HappySize, Inc. All rights reserved.
  - *
  - * LICENSE NOTICES
  - *
  - * This file is part of "streamable kanji code filter and converter",
  - * which is distributed under the terms of GNU Lesser General Public 
  - * License (version 2) as published by the Free Software Foundation.
  - *
  - * This software is distributed in the hope that it will be useful,
  - * but WITHOUT ANY WARRANTY; without even the implied warranty of
  - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  - * GNU Lesser General Public License for more details.
  - *
  - * You should have received a copy of the GNU Lesser General Public
  - * License along with "streamable kanji code filter and converter";
  - * if not, write to the Free Software Foundation, Inc., 59 Temple Place,
  - * Suite 330, Boston, MA  02111-1307  USA
  - *
  - * The authors of this file: PHP3 internationalization team
  - * You can contact the primary author 金本 茂 <sgk****@happy*****>.
  - *
  - */
  -
  -#ifndef UNICODE_TABLE_ISO8859_10_H
  -#define UNICODE_TABLE_ISO8859_10_H
  -
  -static const unsigned short iso8859_10_ucs_table[] = {
  - 0x00A0,0x0104,0x0112,0x0122,0x0124,0x0128,0x0136,0x00A7,
  - 0x013B,0x0110,0x0160,0x0166,0x017D,0x00AD,0x016A,0x014A,
  - 0x00B0,0x0105,0x0113,0x0123,0x012B,0x0129,0x0137,0x00B7,
  - 0x013C,0x0111,0x0161,0x0167,0x017E,0x2015,0x016B,0x014B,
  - 0x0100,0x00C1,0x00C2,0x00C3,0x00C4,0x00C5,0x00C6,0x012E,
  - 0x010C,0x00C9,0x0118,0x00CB,0x0116,0x00CD,0x00CE,0x00CF,
  - 0x00D0,0x0145,0x014C,0x00D3,0x00D4,0x00D5,0x00D6,0x0168,
  - 0x00D8,0x0172,0x00DA,0x00DB,0x00DC,0x00DD,0x00DE,0x00DF,
  - 0x0101,0x00E1,0x00E2,0x00E3,0x00E4,0x00E5,0x00E6,0x012F,
  - 0x010D,0x00E9,0x0119,0x00EB,0x0117,0x00ED,0x00EE,0x00EF,
  - 0x00F0,0x0146,0x014D,0x00F3,0x00F4,0x00F5,0x00F6,0x0169,
  - 0x00F8,0x0173,0x00FA,0x00FB,0x00FC,0x00FD,0x00FE,0x0138
  +/* This file is automatically generated. Do not edit! */
  +#ifndef unicode_table_iso8859_10.h
  +static const unsigned int iso8859_10_ucs_table[] = {
  +	0x00a0, 0x0104, 0x0112, 0x0122, 0x012a, 0x0128, 0x0136, 0x00a7,
  +	0x013b, 0x0110, 0x0160, 0x0166, 0x017d, 0x00ad, 0x016a, 0x014a,
  +	0x00b0, 0x0105, 0x0113, 0x0123, 0x012b, 0x0129, 0x0137, 0x00b7,
  +	0x013c, 0x0111, 0x0161, 0x0167, 0x017e, 0x2015, 0x016b, 0x014b,
  +	0x0100, 0x00c1, 0x00c2, 0x00c3, 0x00c4, 0x00c5, 0x00c6, 0x012e,
  +	0x010c, 0x00c9, 0x0118, 0x00cb, 0x0116, 0x00cd, 0x00ce, 0x00cf,
  +	0x00d0, 0x0145, 0x014c, 0x00d3, 0x00d4, 0x00d5, 0x00d6, 0x0168,
  +	0x00d8, 0x0172, 0x00da, 0x00db, 0x00dc, 0x00dd, 0x00de, 0x00df,
  +	0x0101, 0x00e1, 0x00e2, 0x00e3, 0x00e4, 0x00e5, 0x00e6, 0x012f,
  +	0x010d, 0x00e9, 0x0119, 0x00eb, 0x0117, 0x00ed, 0x00ee, 0x00ef,
  +	0x00f0, 0x0146, 0x014d, 0x00f3, 0x00f4, 0x00f5, 0x00f6, 0x0169,
  +	0x00f8, 0x0173, 0x00fa, 0x00fb, 0x00fc, 0x00fd, 0x00fe, 0x0138
   };
  -
  -#endif /* UNICODE_TABLE_ISO8859_10_H */
  +#endif /* unicode_table_iso8859_10.h */
  
  
  
  1.1.1.1.2.1 +16 -43    libmbfl/filters/unicode_table_iso8859_13.h
  
  Index: unicode_table_iso8859_13.h
  ===================================================================
  RCS file: /cvsroot/php-i18n/libmbfl/filters/unicode_table_iso8859_13.h,v
  retrieving revision 1.1.1.1
  retrieving revision 1.1.1.1.2.1
  diff -u -r1.1.1.1 -r1.1.1.1.2.1
  --- unicode_table_iso8859_13.h	7 Dec 2002 19:20:50 -0000	1.1.1.1
  +++ unicode_table_iso8859_13.h	20 Feb 2005 17:48:42 -0000	1.1.1.1.2.1
  @@ -1,44 +1,17 @@
  -/*
  - * "streamable kanji code filter and converter"
  - * Copyright (c) 1998-2002 HappySize, Inc. All rights reserved.
  - *
  - * LICENSE NOTICES
  - *
  - * This file is part of "streamable kanji code filter and converter",
  - * which is distributed under the terms of GNU Lesser General Public 
  - * License (version 2) as published by the Free Software Foundation.
  - *
  - * This software is distributed in the hope that it will be useful,
  - * but WITHOUT ANY WARRANTY; without even the implied warranty of
  - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  - * GNU Lesser General Public License for more details.
  - *
  - * You should have received a copy of the GNU Lesser General Public
  - * License along with "streamable kanji code filter and converter";
  - * if not, write to the Free Software Foundation, Inc., 59 Temple Place,
  - * Suite 330, Boston, MA  02111-1307  USA
  - *
  - * The authors of this file: PHP3 internationalization team
  - * You can contact the primary author 金本 茂 <sgk****@happy*****>.
  - *
  - */
  -
  -#ifndef UNICODE_TABLE_ISO8859_13_H
  -#define UNICODE_TABLE_ISO8859_13_H
  -
  -static const unsigned short iso8859_13_ucs_table[] = {
  - 0x00A0,0x201D,0x00A2,0x00A3,0x00A4,0x201E,0x00A6,0x00A7,
  - 0x00D8,0x00A9,0x0156,0x00AB,0x00AC,0x00AD,0x00AE,0x00C6,
  - 0x00B0,0x00B1,0x00B2,0x00B3,0x201C,0x00B5,0x00B6,0x00B7,
  - 0x00F8,0x00B9,0x0157,0x00BB,0x00BC,0x00BD,0x00BE,0x00E6,
  - 0x0104,0x012E,0x0100,0x0106,0x00C4,0x00C5,0x0118,0x0112,
  - 0x010C,0x00C9,0x0179,0x0116,0x0122,0x0136,0x012A,0x013B,
  - 0x0160,0x0143,0x0145,0x00D3,0x014C,0x00D5,0x00D6,0x00D7,
  - 0x0172,0x0141,0x015A,0x016A,0x00DC,0x017B,0x017D,0x00DF,
  - 0x0105,0x012F,0x0101,0x0107,0x00E4,0x00E5,0x0119,0x0113,
  - 0x010D,0x00E9,0x017A,0x0117,0x0123,0x0137,0x012B,0x013C,
  - 0x0161,0x0144,0x0146,0x00F3,0x014D,0x00F5,0x00F6,0x00F7,
  - 0x0173,0x0142,0x015B,0x016B,0x00FC,0x017C,0x017E,0x2019
  +/* This file is automatically generated. Do not edit! */
  +#ifndef unicode_table_iso8859_13.h
  +static const unsigned int iso8859_13_ucs_table[] = {
  +	0x00a0, 0x201d, 0x00a2, 0x00a3, 0x00a4, 0x201e, 0x00a6, 0x00a7,
  +	0x00d8, 0x00a9, 0x0156, 0x00ab, 0x00ac, 0x00ad, 0x00ae, 0x00c6,
  +	0x00b0, 0x00b1, 0x00b2, 0x00b3, 0x201c, 0x00b5, 0x00b6, 0x00b7,
  +	0x00f8, 0x00b9, 0x0157, 0x00bb, 0x00bc, 0x00bd, 0x00be, 0x00e6,
  +	0x0104, 0x012e, 0x0100, 0x0106, 0x00c4, 0x00c5, 0x0118, 0x0112,
  +	0x010c, 0x00c9, 0x0179, 0x0116, 0x0122, 0x0136, 0x012a, 0x013b,
  +	0x0160, 0x0143, 0x0145, 0x00d3, 0x014c, 0x00d5, 0x00d6, 0x00d7,
  +	0x0172, 0x0141, 0x015a, 0x016a, 0x00dc, 0x017b, 0x017d, 0x00df,
  +	0x0105, 0x012f, 0x0101, 0x0107, 0x00e4, 0x00e5, 0x0119, 0x0113,
  +	0x010d, 0x00e9, 0x017a, 0x0117, 0x0123, 0x0137, 0x012b, 0x013c,
  +	0x0161, 0x0144, 0x0146, 0x00f3, 0x014d, 0x00f5, 0x00f6, 0x00f7,
  +	0x0173, 0x0142, 0x015b, 0x016b, 0x00fc, 0x017c, 0x017e, 0x2019
   };
  -
  -#endif /* UNICODE_TABLE_ISO8859_13_H */
  +#endif /* unicode_table_iso8859_13.h */
  
  
  
  1.1.1.1.2.1 +16 -43    libmbfl/filters/unicode_table_iso8859_14.h
  
  Index: unicode_table_iso8859_14.h
  ===================================================================
  RCS file: /cvsroot/php-i18n/libmbfl/filters/unicode_table_iso8859_14.h,v
  retrieving revision 1.1.1.1
  retrieving revision 1.1.1.1.2.1
  diff -u -r1.1.1.1 -r1.1.1.1.2.1
  --- unicode_table_iso8859_14.h	7 Dec 2002 19:20:50 -0000	1.1.1.1
  +++ unicode_table_iso8859_14.h	20 Feb 2005 17:48:42 -0000	1.1.1.1.2.1
  @@ -1,44 +1,17 @@
  -/*
  - * "streamable kanji code filter and converter"
  - * Copyright (c) 1998-2002 HappySize, Inc. All rights reserved.
  - *
  - * LICENSE NOTICES
  - *
  - * This file is part of "streamable kanji code filter and converter",
  - * which is distributed under the terms of GNU Lesser General Public 
  - * License (version 2) as published by the Free Software Foundation.
  - *
  - * This software is distributed in the hope that it will be useful,
  - * but WITHOUT ANY WARRANTY; without even the implied warranty of
  - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  - * GNU Lesser General Public License for more details.
  - *
  - * You should have received a copy of the GNU Lesser General Public
  - * License along with "streamable kanji code filter and converter";
  - * if not, write to the Free Software Foundation, Inc., 59 Temple Place,
  - * Suite 330, Boston, MA  02111-1307  USA
  - *
  - * The authors of this file: PHP3 internationalization team
  - * You can contact the primary author 金本 茂 <sgk****@happy*****>.
  - *
  - */
  -
  -#ifndef UNICODE_TABLE_ISO8859_14_H
  -#define UNICODE_TABLE_ISO8859_14_H
  -
  -static const unsigned short iso8859_14_ucs_table[] = {
  - 0x00A0,0x1E02,0x1E03,0x00A3,0x010A,0x010B,0x1E0A,0x00A7,
  - 0x1E80,0x00A9,0x1E82,0x1E0B,0x1EF2,0x00AD,0x00AE,0x0178,
  - 0x1E1E,0x1E1F,0x0120,0x0121,0x1E40,0x1E41,0x00B6,0x1E56,
  - 0x1E81,0x1E57,0x1E83,0x1E60,0x1EF3,0x1E84,0x1E85,0x1E61,
  - 0x00C0,0x00C1,0x00C2,0x00C3,0x00C4,0x00C5,0x00C6,0x00C7,
  - 0x00C8,0x00C9,0x00CA,0x00CB,0x00CC,0x00CD,0x00CE,0x00CF,
  - 0x0174,0x00D1,0x00D2,0x00D3,0x00D4,0x00D5,0x00D6,0x1E6A,
  - 0x00D8,0x00D9,0x00DA,0x00DB,0x00DC,0x00DD,0x0176,0x00DF,
  - 0x00E0,0x00E1,0x00E2,0x00E3,0x00E4,0x00E5,0x00E6,0x00E7,
  - 0x00E8,0x00E9,0x00EA,0x00EB,0x00EC,0x00ED,0x00EE,0x00EF,
  - 0x0175,0x00F1,0x00F2,0x00F3,0x00F4,0x00F5,0x00F6,0x1E6B,
  - 0x00F8,0x00F9,0x00FA,0x00FB,0x00FC,0x00FD,0x0177,0x00FF
  +/* This file is automatically generated. Do not edit! */
  +#ifndef unicode_table_iso8859_14.h
  +static const unsigned int iso8859_14_ucs_table[] = {
  +	0x00a0, 0x1e02, 0x1e03, 0x00a3, 0x010a, 0x010b, 0x1e0a, 0x00a7,
  +	0x1e80, 0x00a9, 0x1e82, 0x1e0b, 0x1ef2, 0x00ad, 0x00ae, 0x0178,
  +	0x1e1e, 0x1e1f, 0x0120, 0x0121, 0x1e40, 0x1e41, 0x00b6, 0x1e56,
  +	0x1e81, 0x1e57, 0x1e83, 0x1e60, 0x1ef3, 0x1e84, 0x1e85, 0x1e61,
  +	0x00c0, 0x00c1, 0x00c2, 0x00c3, 0x00c4, 0x00c5, 0x00c6, 0x00c7,
  +	0x00c8, 0x00c9, 0x00ca, 0x00cb, 0x00cc, 0x00cd, 0x00ce, 0x00cf,
  +	0x0174, 0x00d1, 0x00d2, 0x00d3, 0x00d4, 0x00d5, 0x00d6, 0x1e6a,
  +	0x00d8, 0x00d9, 0x00da, 0x00db, 0x00dc, 0x00dd, 0x0176, 0x00df,
  +	0x00e0, 0x00e1, 0x00e2, 0x00e3, 0x00e4, 0x00e5, 0x00e6, 0x00e7,
  +	0x00e8, 0x00e9, 0x00ea, 0x00eb, 0x00ec, 0x00ed, 0x00ee, 0x00ef,
  +	0x0175, 0x00f1, 0x00f2, 0x00f3, 0x00f4, 0x00f5, 0x00f6, 0x1e6b,
  +	0x00f8, 0x00f9, 0x00fa, 0x00fb, 0x00fc, 0x00fd, 0x0177, 0x00ff
   };
  -
  -#endif /* UNICODE_TABLE_ISO8859_14_H */
  +#endif /* unicode_table_iso8859_14.h */
  
  
  
  1.1.1.1.2.1 +16 -43    libmbfl/filters/unicode_table_iso8859_15.h
  
  Index: unicode_table_iso8859_15.h
  ===================================================================
  RCS file: /cvsroot/php-i18n/libmbfl/filters/unicode_table_iso8859_15.h,v
  retrieving revision 1.1.1.1
  retrieving revision 1.1.1.1.2.1
  diff -u -r1.1.1.1 -r1.1.1.1.2.1
  --- unicode_table_iso8859_15.h	7 Dec 2002 19:20:50 -0000	1.1.1.1
  +++ unicode_table_iso8859_15.h	20 Feb 2005 17:48:42 -0000	1.1.1.1.2.1
  @@ -1,44 +1,17 @@
  -/*
  - * "streamable kanji code filter and converter"
  - * Copyright (c) 1998-2002 HappySize, Inc. All rights reserved.
  - *
  - * LICENSE NOTICES
  - *
  - * This file is part of "streamable kanji code filter and converter",
  - * which is distributed under the terms of GNU Lesser General Public 
  - * License (version 2) as published by the Free Software Foundation.
  - *
  - * This software is distributed in the hope that it will be useful,
  - * but WITHOUT ANY WARRANTY; without even the implied warranty of
  - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  - * GNU Lesser General Public License for more details.
  - *
  - * You should have received a copy of the GNU Lesser General Public
  - * License along with "streamable kanji code filter and converter";
  - * if not, write to the Free Software Foundation, Inc., 59 Temple Place,
  - * Suite 330, Boston, MA  02111-1307  USA
  - *
  - * The authors of this file: PHP3 internationalization team
  - * You can contact the primary author 金本 茂 <sgk****@happy*****>.
  - *
  - */
  -
  -#ifndef UNICODE_TABLE_ISO8859_15_H
  -#define UNICODE_TABLE_ISO8859_15_H
  -
  -static const unsigned short iso8859_15_ucs_table[] = {
  - 0x00A0,0x00A1,0x00A2,0x00A3,0x20AC,0x00A5,0x0160,0x00A7,
  - 0x0161,0x00A9,0x00AA,0x00AB,0x00AC,0x00AD,0x00AE,0x00AF,
  - 0x00B0,0x00B1,0x00B2,0x00B3,0x017D,0x00B5,0x00B6,0x00B7,
  - 0x017E,0x00B9,0x00BA,0x00BB,0x0152,0x0153,0x0178,0x00BF,
  - 0x00C0,0x00C1,0x00C2,0x00C3,0x00C4,0x00C5,0x00C6,0x00C7,
  - 0x00C8,0x00C9,0x00CA,0x00CB,0x00CC,0x00CD,0x00CE,0x00CF,
  - 0x00D0,0x00D1,0x00D2,0x00D3,0x00D4,0x00D5,0x00D6,0x00D7,
  - 0x00D8,0x00D9,0x00DA,0x00DB,0x00DC,0x00DD,0x00DE,0x00DF,
  - 0x00E0,0x00E1,0x00E2,0x00E3,0x00E4,0x00E5,0x00E6,0x00E7,
  - 0x00E8,0x00E9,0x00EA,0x00EB,0x00EC,0x00ED,0x00EE,0x00EF,
  - 0x00F0,0x00F1,0x00F2,0x00F3,0x00F4,0x00F5,0x00F6,0x00F7,
  - 0x00F8,0x00F9,0x00FA,0x00FB,0x00FC,0x00FD,0x00FE,0x00FF
  +/* This file is automatically generated. Do not edit! */
  +#ifndef unicode_table_iso8859_15.h
  +static const unsigned int iso8859_15_ucs_table[] = {
  +	0x00a0, 0x00a1, 0x00a2, 0x00a3, 0x20ac, 0x00a5, 0x0160, 0x00a7,
  +	0x0161, 0x00a9, 0x00aa, 0x00ab, 0x00ac, 0x00ad, 0x00ae, 0x00af,
  +	0x00b0, 0x00b1, 0x00b2, 0x00b3, 0x017d, 0x00b5, 0x00b6, 0x00b7,
  +	0x017e, 0x00b9, 0x00ba, 0x00bb, 0x0152, 0x0153, 0x0178, 0x00bf,
  +	0x00c0, 0x00c1, 0x00c2, 0x00c3, 0x00c4, 0x00c5, 0x00c6, 0x00c7,
  +	0x00c8, 0x00c9, 0x00ca, 0x00cb, 0x00cc, 0x00cd, 0x00ce, 0x00cf,
  +	0x00d0, 0x00d1, 0x00d2, 0x00d3, 0x00d4, 0x00d5, 0x00d6, 0x00d7,
  +	0x00d8, 0x00d9, 0x00da, 0x00db, 0x00dc, 0x00dd, 0x00de, 0x00df,
  +	0x00e0, 0x00e1, 0x00e2, 0x00e3, 0x00e4, 0x00e5, 0x00e6, 0x00e7,
  +	0x00e8, 0x00e9, 0x00ea, 0x00eb, 0x00ec, 0x00ed, 0x00ee, 0x00ef,
  +	0x00f0, 0x00f1, 0x00f2, 0x00f3, 0x00f4, 0x00f5, 0x00f6, 0x00f7,
  +	0x00f8, 0x00f9, 0x00fa, 0x00fb, 0x00fc, 0x00fd, 0x00fe, 0x00ff
   };
  -
  -#endif /* UNICODE_TABLE_ISO8859_15_H */
  +#endif /* unicode_table_iso8859_15.h */
  
  
  
  1.1.1.1.2.1 +16 -44    libmbfl/filters/unicode_table_iso8859_2.h
  
  Index: unicode_table_iso8859_2.h
  ===================================================================
  RCS file: /cvsroot/php-i18n/libmbfl/filters/unicode_table_iso8859_2.h,v
  retrieving revision 1.1.1.1
  retrieving revision 1.1.1.1.2.1
  diff -u -r1.1.1.1 -r1.1.1.1.2.1
  --- unicode_table_iso8859_2.h	7 Dec 2002 19:20:50 -0000	1.1.1.1
  +++ unicode_table_iso8859_2.h	20 Feb 2005 17:48:42 -0000	1.1.1.1.2.1
  @@ -1,45 +1,17 @@
  -/*
  - * "streamable kanji code filter and converter"
  - * Copyright (c) 1998-2002 HappySize, Inc. All rights reserved.
  - *
  - * LICENSE NOTICES
  - *
  - * This file is part of "streamable kanji code filter and converter",
  - * which is distributed under the terms of GNU Lesser General Public 
  - * License (version 2) as published by the Free Software Foundation.
  - *
  - * This software is distributed in the hope that it will be useful,
  - * but WITHOUT ANY WARRANTY; without even the implied warranty of
  - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  - * GNU Lesser General Public License for more details.
  - *
  - * You should have received a copy of the GNU Lesser General Public
  - * License along with "streamable kanji code filter and converter";
  - * if not, write to the Free Software Foundation, Inc., 59 Temple Place,
  - * Suite 330, Boston, MA  02111-1307  USA
  - *
  - * The authors of this file: PHP3 internationalization team
  - * You can contact the primary author 金本 茂 <sgk****@happy*****>.
  - *
  - */
  -
  -#ifndef UNICODE_TABLE_ISO8859_2_H
  -#define UNICODE_TABLE_ISO8859_2_H
  -
  -static const unsigned short iso8859_2_ucs_table[] = {
  - 0x00A0,0x0104,0x02D8,0x0141,0x00A4,0x013D,0x015A,0x00A7,
  - 0x00A8,0x0160,0x015E,0x0164,0x0179,0x00AD,0x017D,0x017B,
  - 0x00B0,0x0105,0x02DB,0x0142,0x00B4,0x013E,0x015B,0x02C7,
  - 0x00B8,0x0161,0x015F,0x0165,0x017A,0x02DD,0x017E,0x017C,
  - 0x0154,0x00C1,0x00C2,0x0102,0x00C4,0x0139,0x0106,0x00C7,
  - 0x010C,0x00C9,0x0118,0x00CB,0x011A,0x00CD,0x00CE,0x010E,
  - 0x0110,0x0143,0x0147,0x00D3,0x00D4,0x0150,0x00D6,0x00D7,
  - 0x0158,0x016E,0x00DA,0x0170,0x00DC,0x00DD,0x0162,0x00DF,
  - 0x0155,0x00E1,0x00E2,0x0103,0x00E4,0x013A,0x0107,0x00E7,
  - 0x010D,0x00E9,0x0119,0x00EB,0x011B,0x00ED,0x00EE,0x010F,
  - 0x0111,0x0144,0x0148,0x00F3,0x00F4,0x0151,0x00F6,0x00F7,
  - 0x0159,0x016F,0x00FA,0x0171,0x00FC,0x00FD,0x0163,0x02D9
  +/* This file is automatically generated. Do not edit! */
  +#ifndef unicode_table_iso8859_2.h
  +static const unsigned int iso8859_2_ucs_table[] = {
  +	0x00a0, 0x0104, 0x02d8, 0x0141, 0x00a4, 0x013d, 0x015a, 0x00a7,
  +	0x00a8, 0x0160, 0x015e, 0x0164, 0x0179, 0x00ad, 0x017d, 0x017b,
  +	0x00b0, 0x0105, 0x02db, 0x0142, 0x00b4, 0x013e, 0x015b, 0x02c7,
  +	0x00b8, 0x0161, 0x015f, 0x0165, 0x017a, 0x02dd, 0x017e, 0x017c,
  +	0x0154, 0x00c1, 0x00c2, 0x0102, 0x00c4, 0x0139, 0x0106, 0x00c7,
  +	0x010c, 0x00c9, 0x0118, 0x00cb, 0x011a, 0x00cd, 0x00ce, 0x010e,
  +	0x0110, 0x0143, 0x0147, 0x00d3, 0x00d4, 0x0150, 0x00d6, 0x00d7,
  +	0x0158, 0x016e, 0x00da, 0x0170, 0x00dc, 0x00dd, 0x0162, 0x00df,
  +	0x0155, 0x00e1, 0x00e2, 0x0103, 0x00e4, 0x013a, 0x0107, 0x00e7,
  +	0x010d, 0x00e9, 0x0119, 0x00eb, 0x011b, 0x00ed, 0x00ee, 0x010f,
  +	0x0111, 0x0144, 0x0148, 0x00f3, 0x00f4, 0x0151, 0x00f6, 0x00f7,
  +	0x0159, 0x016f, 0x00fa, 0x0171, 0x00fc, 0x00fd, 0x0163, 0x02d9
   };
  -
  -
  -#endif /* UNICODE_TABLE_ISO8859_2_H */
  +#endif /* unicode_table_iso8859_2.h */
  
  
  
  1.1.1.1.2.1 +16 -42    libmbfl/filters/unicode_table_iso8859_3.h
  
  Index: unicode_table_iso8859_3.h
  ===================================================================
  RCS file: /cvsroot/php-i18n/libmbfl/filters/unicode_table_iso8859_3.h,v
  retrieving revision 1.1.1.1
  retrieving revision 1.1.1.1.2.1
  diff -u -r1.1.1.1 -r1.1.1.1.2.1
  --- unicode_table_iso8859_3.h	7 Dec 2002 19:20:50 -0000	1.1.1.1
  +++ unicode_table_iso8859_3.h	20 Feb 2005 17:48:42 -0000	1.1.1.1.2.1
  @@ -1,43 +1,17 @@
  -/*
  - * "streamable kanji code filter and converter"
  - * Copyright (c) 1998-2002 HappySize, Inc. All rights reserved.
  - *
  - * LICENSE NOTICES
  - *
  - * This file is part of "streamable kanji code filter and converter",
  - * which is distributed under the terms of GNU Lesser General Public 
  - * License (version 2) as published by the Free Software Foundation.
  - *
  - * This software is distributed in the hope that it will be useful,
  - * but WITHOUT ANY WARRANTY; without even the implied warranty of
  - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  - * GNU Lesser General Public License for more details.
  - *
  - * You should have received a copy of the GNU Lesser General Public
  - * License along with "streamable kanji code filter and converter";
  - * if not, write to the Free Software Foundation, Inc., 59 Temple Place,
  - * Suite 330, Boston, MA  02111-1307  USA
  - *
  - * The authors of this file: PHP3 internationalization team
  - * You can contact the primary author 金本 茂 <sgk****@happy*****>.
  - *
  - */
  -#ifndef UNICODE_TABLE_ISO8859_3_H
  -#define UNICODE_TABLE_ISO8859_3_H
  -
  -static const unsigned short iso8859_3_ucs_table[] = {
  - 0x00A0,0x0126,0x02D8,0x00A3,0x00A4,0x0000,0x0124,0x00A7,
  - 0x00A8,0x0130,0x015E,0x011E,0x0134,0x00AD,0x0000,0x017B,
  - 0x00B0,0x0127,0x00B2,0x00B3,0x00B4,0x00B5,0x0125,0x00B7,
  - 0x00B8,0x0131,0x015F,0x011F,0x0135,0x00BD,0x0000,0x017C,
  - 0x00C0,0x00C1,0x00C2,0x0000,0x00C4,0x010A,0x0108,0x00C7,
  - 0x00C8,0x00C9,0x00CA,0x00CB,0x00CC,0x00CD,0x00CE,0x00CF,
  - 0x0000,0x00D1,0x00D2,0x00D3,0x00D4,0x0120,0x00D6,0x00D7,
  - 0x011C,0x00D9,0x00DA,0x00DB,0x00DC,0x016C,0x015C,0x00DF,
  - 0x00E0,0x00E1,0x00E2,0x0000,0x00E4,0x010B,0x0109,0x00E7,
  - 0x00E8,0x00E9,0x00EA,0x00EB,0x00EC,0x00ED,0x00EE,0x00EF,
  - 0x0000,0x00F1,0x00F2,0x00F3,0x00F4,0x0121,0x00F6,0x00F7,
  - 0x011D,0x00F9,0x00FA,0x00FB,0x00FC,0x016D,0x015D,0x02D9
  +/* This file is automatically generated. Do not edit! */
  +#ifndef unicode_table_iso8859_3.h
  +static const unsigned int iso8859_3_ucs_table[] = {
  +	0x00a0, 0x0126, 0x02d8, 0x00a3, 0x00a4, 0x0000, 0x0124, 0x00a7,
  +	0x00a8, 0x0130, 0x015e, 0x011e, 0x0134, 0x00ad, 0x0000, 0x017b,
  +	0x00b0, 0x0127, 0x00b2, 0x00b3, 0x00b4, 0x00b5, 0x0125, 0x00b7,
  +	0x00b8, 0x0131, 0x015f, 0x011f, 0x0135, 0x00bd, 0x0000, 0x017c,
  +	0x00c0, 0x00c1, 0x00c2, 0x0000, 0x00c4, 0x010a, 0x0108, 0x00c7,
  +	0x00c8, 0x00c9, 0x00ca, 0x00cb, 0x00cc, 0x00cd, 0x00ce, 0x00cf,
  +	0x0000, 0x00d1, 0x00d2, 0x00d3, 0x00d4, 0x0120, 0x00d6, 0x00d7,
  +	0x011c, 0x00d9, 0x00da, 0x00db, 0x00dc, 0x016c, 0x015c, 0x00df,
  +	0x00e0, 0x00e1, 0x00e2, 0x0000, 0x00e4, 0x010b, 0x0109, 0x00e7,
  +	0x00e8, 0x00e9, 0x00ea, 0x00eb, 0x00ec, 0x00ed, 0x00ee, 0x00ef,
  +	0x0000, 0x00f1, 0x00f2, 0x00f3, 0x00f4, 0x0121, 0x00f6, 0x00f7,
  +	0x011d, 0x00f9, 0x00fa, 0x00fb, 0x00fc, 0x016d, 0x015d, 0x02d9
   };
  -
  -#endif /* UNICODE_TABLE_ISO8859_3_H */
  +#endif /* unicode_table_iso8859_3.h */
  
  
  
  1.1.1.1.2.1 +16 -43    libmbfl/filters/unicode_table_iso8859_4.h
  
  Index: unicode_table_iso8859_4.h
  ===================================================================
  RCS file: /cvsroot/php-i18n/libmbfl/filters/unicode_table_iso8859_4.h,v
  retrieving revision 1.1.1.1
  retrieving revision 1.1.1.1.2.1
  diff -u -r1.1.1.1 -r1.1.1.1.2.1
  --- unicode_table_iso8859_4.h	7 Dec 2002 19:20:50 -0000	1.1.1.1
  +++ unicode_table_iso8859_4.h	20 Feb 2005 17:48:42 -0000	1.1.1.1.2.1
  @@ -1,44 +1,17 @@
  -/*
  - * "streamable kanji code filter and converter"
  - * Copyright (c) 1998-2002 HappySize, Inc. All rights reserved.
  - *
  - * LICENSE NOTICES
  - *
  - * This file is part of "streamable kanji code filter and converter",
  - * which is distributed under the terms of GNU Lesser General Public 
  - * License (version 2) as published by the Free Software Foundation.
  - *
  - * This software is distributed in the hope that it will be useful,
  - * but WITHOUT ANY WARRANTY; without even the implied warranty of
  - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  - * GNU Lesser General Public License for more details.
  - *
  - * You should have received a copy of the GNU Lesser General Public
  - * License along with "streamable kanji code filter and converter";
  - * if not, write to the Free Software Foundation, Inc., 59 Temple Place,
  - * Suite 330, Boston, MA  02111-1307  USA
  - *
  - * The authors of this file: PHP3 internationalization team
  - * You can contact the primary author 金本 茂 <sgk****@happy*****>.
  - *
  - */
  -
  -#ifndef UNICODE_TABLE_ISO8859_4_H
  -#define UNICODE_TABLE_ISO8859_4_H
  -
  -static const unsigned short iso8859_4_ucs_table[] = {
  - 0x00A0,0x0104,0x0138,0x0156,0x00A4,0x0128,0x013B,0x00A7,
  - 0x00A8,0x0160,0x0112,0x0122,0x0166,0x00AD,0x017D,0x00AF,
  - 0x00B0,0x0105,0x02DB,0x0157,0x00B4,0x0129,0x013C,0x02C7,
  - 0x00B8,0x0161,0x0113,0x0123,0x0167,0x014A,0x017E,0x014B,
  - 0x0100,0x00C1,0x00C2,0x00C3,0x00C4,0x00C5,0x00C6,0x012E,
  - 0x010C,0x00C9,0x0118,0x00CB,0x0116,0x00CD,0x00CE,0x012A,
  - 0x0110,0x0145,0x014C,0x0136,0x00D4,0x00D5,0x00D6,0x00D7,
  - 0x00D8,0x0172,0x00DA,0x00DB,0x00DC,0x0168,0x016A,0x00DF,
  - 0x0101,0x00E1,0x00E2,0x00E3,0x00E4,0x00E5,0x00E6,0x012F,
  - 0x010D,0x00E9,0x0119,0x00EB,0x0117,0x00ED,0x00EE,0x012B,
  - 0x0111,0x0146,0x014D,0x0137,0x00F4,0x00F5,0x00F6,0x00F7,
  - 0x00F8,0x0173,0x00FA,0x00FB,0x00FC,0x0169,0x016B,0x02D9
  +/* This file is automatically generated. Do not edit! */
  +#ifndef unicode_table_iso8859_4.h
  +static const unsigned int iso8859_4_ucs_table[] = {
  +	0x00a0, 0x0104, 0x0138, 0x0156, 0x00a4, 0x0128, 0x013b, 0x00a7,
  +	0x00a8, 0x0160, 0x0112, 0x0122, 0x0166, 0x00ad, 0x017d, 0x00af,
  +	0x00b0, 0x0105, 0x02db, 0x0157, 0x00b4, 0x0129, 0x013c, 0x02c7,
  +	0x00b8, 0x0161, 0x0113, 0x0123, 0x0167, 0x014a, 0x017e, 0x014b,
  +	0x0100, 0x00c1, 0x00c2, 0x00c3, 0x00c4, 0x00c5, 0x00c6, 0x012e,
  +	0x010c, 0x00c9, 0x0118, 0x00cb, 0x0116, 0x00cd, 0x00ce, 0x012a,
  +	0x0110, 0x0145, 0x014c, 0x0136, 0x00d4, 0x00d5, 0x00d6, 0x00d7,
  +	0x00d8, 0x0172, 0x00da, 0x00db, 0x00dc, 0x0168, 0x016a, 0x00df,
  +	0x0101, 0x00e1, 0x00e2, 0x00e3, 0x00e4, 0x00e5, 0x00e6, 0x012f,
  +	0x010d, 0x00e9, 0x0119, 0x00eb, 0x0117, 0x00ed, 0x00ee, 0x012b,
  +	0x0111, 0x0146, 0x014d, 0x0137, 0x00f4, 0x00f5, 0x00f6, 0x00f7,
  +	0x00f8, 0x0173, 0x00fa, 0x00fb, 0x00fc, 0x0169, 0x016b, 0x02d9
   };
  -
  -#endif /* UNICODE_TABLE_ISO8859_4_H */
  +#endif /* unicode_table_iso8859_4.h */
  
  
  
  1.1.1.1.2.1 +16 -43    libmbfl/filters/unicode_table_iso8859_5.h
  
  Index: unicode_table_iso8859_5.h
  ===================================================================
  RCS file: /cvsroot/php-i18n/libmbfl/filters/unicode_table_iso8859_5.h,v
  retrieving revision 1.1.1.1
  retrieving revision 1.1.1.1.2.1
  diff -u -r1.1.1.1 -r1.1.1.1.2.1
  --- unicode_table_iso8859_5.h	7 Dec 2002 19:20:50 -0000	1.1.1.1
  +++ unicode_table_iso8859_5.h	20 Feb 2005 17:48:42 -0000	1.1.1.1.2.1
  @@ -1,44 +1,17 @@
  -/*
  - * "streamable kanji code filter and converter"
  - * Copyright (c) 1998-2002 HappySize, Inc. All rights reserved.
  - *
  - * LICENSE NOTICES
  - *
  - * This file is part of "streamable kanji code filter and converter",
  - * which is distributed under the terms of GNU Lesser General Public 
  - * License (version 2) as published by the Free Software Foundation.
  - *
  - * This software is distributed in the hope that it will be useful,
  - * but WITHOUT ANY WARRANTY; without even the implied warranty of
  - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  - * GNU Lesser General Public License for more details.
  - *
  - * You should have received a copy of the GNU Lesser General Public
  - * License along with "streamable kanji code filter and converter";
  - * if not, write to the Free Software Foundation, Inc., 59 Temple Place,
  - * Suite 330, Boston, MA  02111-1307  USA
  - *
  - * The authors of this file: PHP3 internationalization team
  - * You can contact the primary author 金本 茂 <sgk****@happy*****>.
  - *
  - */
  -
  -#ifndef UNICODE_TABLE_ISO8859_5_H
  -#define UNICODE_TABLE_ISO8859_5_H
  -
  -static const unsigned short iso8859_5_ucs_table[] = {
  - 0x00A0,0x0401,0x0402,0x0403,0x0404,0x0405,0x0406,0x0407,
  - 0x0408,0x0409,0x040A,0x040B,0x040C,0x00AD,0x040E,0x040F,
  - 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,
  - 0x0440,0x0441,0x0442,0x0443,0x0444,0x0445,0x0446,0x0447,
  - 0x0448,0x0449,0x044A,0x044B,0x044C,0x044D,0x044E,0x044F,
  - 0x2116,0x0451,0x0452,0x0453,0x0454,0x0455,0x0456,0x0457,
  - 0x0458,0x0459,0x045A,0x045B,0x045C,0x00A7,0x045E,0x045F
  +/* This file is automatically generated. Do not edit! */
  +#ifndef unicode_table_iso8859_5.h
  +static const unsigned int iso8859_5_ucs_table[] = {
  +	0x00a0, 0x0401, 0x0402, 0x0403, 0x0404, 0x0405, 0x0406, 0x0407,
  +	0x0408, 0x0409, 0x040a, 0x040b, 0x040c, 0x00ad, 0x040e, 0x040f,
  +	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,
  +	0x0440, 0x0441, 0x0442, 0x0443, 0x0444, 0x0445, 0x0446, 0x0447,
  +	0x0448, 0x0449, 0x044a, 0x044b, 0x044c, 0x044d, 0x044e, 0x044f,
  +	0x2116, 0x0451, 0x0452, 0x0453, 0x0454, 0x0455, 0x0456, 0x0457,
  +	0x0458, 0x0459, 0x045a, 0x045b, 0x045c, 0x00a7, 0x045e, 0x045f
   };
  -
  -#endif /* UNICODE_TABLE_ISO8859_5_H */
  +#endif /* unicode_table_iso8859_5.h */
  
  
  
  1.1.1.1.2.1 +16 -43    libmbfl/filters/unicode_table_iso8859_6.h
  
  Index: unicode_table_iso8859_6.h
  ===================================================================
  RCS file: /cvsroot/php-i18n/libmbfl/filters/unicode_table_iso8859_6.h,v
  retrieving revision 1.1.1.1
  retrieving revision 1.1.1.1.2.1
  diff -u -r1.1.1.1 -r1.1.1.1.2.1
  --- unicode_table_iso8859_6.h	7 Dec 2002 19:20:50 -0000	1.1.1.1
  +++ unicode_table_iso8859_6.h	20 Feb 2005 17:48:42 -0000	1.1.1.1.2.1
  @@ -1,44 +1,17 @@
  -/*
  - * "streamable kanji code filter and converter"
  - * Copyright (c) 1998-2002 HappySize, Inc. All rights reserved.
  - *
  - * LICENSE NOTICES
  - *
  - * This file is part of "streamable kanji code filter and converter",
  - * which is distributed under the terms of GNU Lesser General Public 
  - * License (version 2) as published by the Free Software Foundation.
  - *
  - * This software is distributed in the hope that it will be useful,
  - * but WITHOUT ANY WARRANTY; without even the implied warranty of
  - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  - * GNU Lesser General Public License for more details.
  - *
  - * You should have received a copy of the GNU Lesser General Public
  - * License along with "streamable kanji code filter and converter";
  - * if not, write to the Free Software Foundation, Inc., 59 Temple Place,
  - * Suite 330, Boston, MA  02111-1307  USA
  - *
  - * The authors of this file: PHP3 internationalization team
  - * You can contact the primary author 金本 茂 <sgk****@happy*****>.
  - *
  - */
  -
  -#ifndef UNICODE_TABLE_ISO8859_6_H
  -#define UNICODE_TABLE_ISO8859_6_H
  -
  -static const unsigned short iso8859_6_ucs_table[] = {
  - 0x00A0,0x0000,0x0000,0x0000,0x00A4,0x0000,0x0000,0x0000,
  - 0x0000,0x0000,0x0000,0x0000,0x060C,0x00AD,0x0000,0x0000,
  - 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  - 0x0000,0x0000,0x0000,0x061B,0x0000,0x0000,0x0000,0x061F,
  - 0x0000,0x0621,0x0622,0x0623,0x0624,0x0625,0x0626,0x0627,
  - 0x0628,0x0629,0x062A,0x062B,0x062C,0x062D,0x062E,0x062F,
  - 0x0630,0x0631,0x0632,0x0633,0x0634,0x0635,0x0636,0x0637,
  - 0x0638,0x0639,0x063A,0x0000,0x0000,0x0000,0x0000,0x0000,
  - 0x0640,0x0641,0x0642,0x0643,0x0644,0x0645,0x0646,0x0647,
  - 0x0648,0x0649,0x064A,0x064B,0x064C,0x064D,0x064E,0x064F,
  - 0x0650,0x0651,0x0652,0x0000,0x0000,0x0000,0x0000,0x0000,
  - 0x0000,0x0000,0x0000,0x0000,0x060C,0x00AD,0x0000,0x0000
  +/* This file is automatically generated. Do not edit! */
  +#ifndef unicode_table_iso8859_6.h
  +static const unsigned int iso8859_6_ucs_table[] = {
  +	0x00a0, 0x0000, 0x0000, 0x0000, 0x00a4, 0x0000, 0x0000, 0x0000,
  +	0x0000, 0x0000, 0x0000, 0x0000, 0x060c, 0x00ad, 0x0000, 0x0000,
  +	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
  +	0x0000, 0x0000, 0x0000, 0x061b, 0x0000, 0x0000, 0x0000, 0x061f,
  +	0x0000, 0x0621, 0x0622, 0x0623, 0x0624, 0x0625, 0x0626, 0x0627,
  +	0x0628, 0x0629, 0x062a, 0x062b, 0x062c, 0x062d, 0x062e, 0x062f,
  +	0x0630, 0x0631, 0x0632, 0x0633, 0x0634, 0x0635, 0x0636, 0x0637,
  +	0x0638, 0x0639, 0x063a, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
  +	0x0640, 0x0641, 0x0642, 0x0643, 0x0644, 0x0645, 0x0646, 0x0647,
  +	0x0648, 0x0649, 0x064a, 0x064b, 0x064c, 0x064d, 0x064e, 0x064f,
  +	0x0650, 0x0651, 0x0652, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
  +	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000
   };
  -
  -#endif /* UNICODE_TABLE_ISO8859_6_H */
  +#endif /* unicode_table_iso8859_6.h */
  
  
  
  1.1.1.1.2.1 +16 -43    libmbfl/filters/unicode_table_iso8859_7.h
  
  Index: unicode_table_iso8859_7.h
  ===================================================================
  RCS file: /cvsroot/php-i18n/libmbfl/filters/unicode_table_iso8859_7.h,v
  retrieving revision 1.1.1.1
  retrieving revision 1.1.1.1.2.1
  diff -u -r1.1.1.1 -r1.1.1.1.2.1
  --- unicode_table_iso8859_7.h	7 Dec 2002 19:20:50 -0000	1.1.1.1
  +++ unicode_table_iso8859_7.h	20 Feb 2005 17:48:42 -0000	1.1.1.1.2.1
  @@ -1,44 +1,17 @@
  -/*
  - * "streamable kanji code filter and converter"
  - * Copyright (c) 1998-2002 HappySize, Inc. All rights reserved.
  - *
  - * LICENSE NOTICES
  - *
  - * This file is part of "streamable kanji code filter and converter",
  - * which is distributed under the terms of GNU Lesser General Public 
  - * License (version 2) as published by the Free Software Foundation.
  - *
  - * This software is distributed in the hope that it will be useful,
  - * but WITHOUT ANY WARRANTY; without even the implied warranty of
  - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  - * GNU Lesser General Public License for more details.
  - *
  - * You should have received a copy of the GNU Lesser General Public
  - * License along with "streamable kanji code filter and converter";
  - * if not, write to the Free Software Foundation, Inc., 59 Temple Place,
  - * Suite 330, Boston, MA  02111-1307  USA
  - *
  - * The authors of this file: PHP3 internationalization team
  - * You can contact the primary author 金本 茂 <sgk****@happy*****>.
  - *
  - */
  -
  -#ifndef UNICODE_TABLE_ISO8859_7_H
  -#define UNICODE_TABLE_ISO8859_7_H
  -
  -static const unsigned short iso8859_7_ucs_table[] = {
  - 0x00A0,0x2018,0x2019,0x00A3,0x0000,0x0000,0x00A6,0x00A7,
  - 0x00A8,0x00A9,0x0000,0x00AB,0x00AC,0x00AD,0x0000,0x2015,
  - 0x00B0,0x00B1,0x00B2,0x00B3,0x0384,0x0385,0x0386,0x00B7,
  - 0x0388,0x0389,0x038A,0x00BB,0x038C,0x00BD,0x038E,0x038F,
  - 0x0390,0x0391,0x0392,0x0393,0x0394,0x0395,0x0396,0x0397,
  - 0x0398,0x0399,0x039A,0x039B,0x039C,0x039D,0x039E,0x039F,
  - 0x03A0,0x03A1,0x0000,0x03A3,0x03A4,0x03A5,0x03A6,0x03A7,
  - 0x03A8,0x03A9,0x03AA,0x03AB,0x03AC,0x03AD,0x03AE,0x03AF,
  - 0x03B0,0x03B1,0x03B2,0x03B3,0x03B4,0x03B5,0x03B6,0x03B7,
  - 0x03B8,0x03B9,0x03BA,0x03BB,0x03BC,0x03BD,0x03BE,0x03BF,
  - 0x03C0,0x03C1,0x03C2,0x03C3,0x03C4,0x03C5,0x03C6,0x03C7,
  - 0x03C8,0x03C9,0x03CA,0x03CB,0x03CC,0x03CD,0x03CE,0x0000
  +/* This file is automatically generated. Do not edit! */
  +#ifndef unicode_table_iso8859_7.h
  +static const unsigned int iso8859_7_ucs_table[] = {
  +	0x00a0, 0x2018, 0x2019, 0x00a3, 0x20ac, 0x20af, 0x00a6, 0x00a7,
  +	0x00a8, 0x00a9, 0x037a, 0x00ab, 0x00ac, 0x00ad, 0x0000, 0x2015,
  +	0x00b0, 0x00b1, 0x00b2, 0x00b3, 0x0384, 0x0385, 0x0386, 0x00b7,
  +	0x0388, 0x0389, 0x038a, 0x00bb, 0x038c, 0x00bd, 0x038e, 0x038f,
  +	0x0390, 0x0391, 0x0392, 0x0393, 0x0394, 0x0395, 0x0396, 0x0397,
  +	0x0398, 0x0399, 0x039a, 0x039b, 0x039c, 0x039d, 0x039e, 0x039f,
  +	0x03a0, 0x03a1, 0x0000, 0x03a3, 0x03a4, 0x03a5, 0x03a6, 0x03a7,
  +	0x03a8, 0x03a9, 0x03aa, 0x03ab, 0x03ac, 0x03ad, 0x03ae, 0x03af,
  +	0x03b0, 0x03b1, 0x03b2, 0x03b3, 0x03b4, 0x03b5, 0x03b6, 0x03b7,
  +	0x03b8, 0x03b9, 0x03ba, 0x03bb, 0x03bc, 0x03bd, 0x03be, 0x03bf,
  +	0x03c0, 0x03c1, 0x03c2, 0x03c3, 0x03c4, 0x03c5, 0x03c6, 0x03c7,
  +	0x03c8, 0x03c9, 0x03ca, 0x03cb, 0x03cc, 0x03cd, 0x03ce, 0x0000
   };
  -
  -#endif /* UNICODE_TABLE_ISO8859_7_H */
  +#endif /* unicode_table_iso8859_7.h */
  
  
  
  1.1.1.1.2.1 +16 -43    libmbfl/filters/unicode_table_iso8859_8.h
  
  Index: unicode_table_iso8859_8.h
  ===================================================================
  RCS file: /cvsroot/php-i18n/libmbfl/filters/unicode_table_iso8859_8.h,v
  retrieving revision 1.1.1.1
  retrieving revision 1.1.1.1.2.1
  diff -u -r1.1.1.1 -r1.1.1.1.2.1
  --- unicode_table_iso8859_8.h	7 Dec 2002 19:20:50 -0000	1.1.1.1
  +++ unicode_table_iso8859_8.h	20 Feb 2005 17:48:42 -0000	1.1.1.1.2.1
  @@ -1,44 +1,17 @@
  -/*
  - * "streamable kanji code filter and converter"
  - * Copyright (c) 1998-2002 HappySize, Inc. All rights reserved.
  - *
  - * LICENSE NOTICES
  - *
  - * This file is part of "streamable kanji code filter and converter",
  - * which is distributed under the terms of GNU Lesser General Public 
  - * License (version 2) as published by the Free Software Foundation.
  - *
  - * This software is distributed in the hope that it will be useful,
  - * but WITHOUT ANY WARRANTY; without even the implied warranty of
  - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  - * GNU Lesser General Public License for more details.
  - *
  - * You should have received a copy of the GNU Lesser General Public
  - * License along with "streamable kanji code filter and converter";
  - * if not, write to the Free Software Foundation, Inc., 59 Temple Place,
  - * Suite 330, Boston, MA  02111-1307  USA
  - *
  - * The authors of this file: PHP3 internationalization team
  - * You can contact the primary author 金本 茂 <sgk****@happy*****>.
  - *
  - */
  -
  -#ifndef UNICODE_TABLE_ISO8859_8_H
  -#define UNICODE_TABLE_ISO8859_8_H
  -
  -static const unsigned short iso8859_8_ucs_table[] = {
  - 0x00A0,0x0000,0x00A2,0x00A3,0x00A4,0x00A5,0x00A6,0x00A7,
  - 0x00A8,0x00A9,0x00D7,0x00AB,0x00AC,0x00AD,0x00AE,0x203E,
  - 0x00B0,0x00B1,0x00B2,0x00B3,0x00B4,0x00B5,0x00B6,0x00B7,
  - 0x00B8,0x00B9,0x00F7,0x00BB,0x00BC,0x00BD,0x00BE,0x0000,
  - 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  - 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  - 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  - 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x2017,
  - 0x05D0,0x05D1,0x05D2,0x05D3,0x05D4,0x05D5,0x05D6,0x05D7,
  - 0x05D8,0x05D9,0x05DA,0x05DB,0x05DC,0x05DD,0x05DE,0x05DF,
  - 0x05E0,0x05E1,0x05E2,0x05E3,0x05E4,0x05E5,0x05E6,0x05E7,
  - 0x05E8,0x05E9,0x05EA,0x0000,0x0000,0x0000,0x0000,0x0000
  +/* This file is automatically generated. Do not edit! */
  +#ifndef unicode_table_iso8859_8.h
  +static const unsigned int iso8859_8_ucs_table[] = {
  +	0x00a0, 0x0000, 0x00a2, 0x00a3, 0x00a4, 0x00a5, 0x00a6, 0x00a7,
  +	0x00a8, 0x00a9, 0x00d7, 0x00ab, 0x00ac, 0x00ad, 0x00ae, 0x00af,
  +	0x00b0, 0x00b1, 0x00b2, 0x00b3, 0x00b4, 0x00b5, 0x00b6, 0x00b7,
  +	0x00b8, 0x00b9, 0x00f7, 0x00bb, 0x00bc, 0x00bd, 0x00be, 0x0000,
  +	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
  +	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
  +	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
  +	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x2017,
  +	0x05d0, 0x05d1, 0x05d2, 0x05d3, 0x05d4, 0x05d5, 0x05d6, 0x05d7,
  +	0x05d8, 0x05d9, 0x05da, 0x05db, 0x05dc, 0x05dd, 0x05de, 0x05df,
  +	0x05e0, 0x05e1, 0x05e2, 0x05e3, 0x05e4, 0x05e5, 0x05e6, 0x05e7,
  +	0x05e8, 0x05e9, 0x05ea, 0x0000, 0x0000, 0x200e, 0x200f, 0x0000
   };
  -
  -#endif /* UNICODE_TABLE_ISO8859_8_H */
  +#endif /* unicode_table_iso8859_8.h */
  
  
  
  1.1.1.1.2.1 +16 -43    libmbfl/filters/unicode_table_iso8859_9.h
  
  Index: unicode_table_iso8859_9.h
  ===================================================================
  RCS file: /cvsroot/php-i18n/libmbfl/filters/unicode_table_iso8859_9.h,v
  retrieving revision 1.1.1.1
  retrieving revision 1.1.1.1.2.1
  diff -u -r1.1.1.1 -r1.1.1.1.2.1
  --- unicode_table_iso8859_9.h	7 Dec 2002 19:20:50 -0000	1.1.1.1
  +++ unicode_table_iso8859_9.h	20 Feb 2005 17:48:42 -0000	1.1.1.1.2.1
  @@ -1,44 +1,17 @@
  -/*
  - * "streamable kanji code filter and converter"
  - * Copyright (c) 1998-2002 HappySize, Inc. All rights reserved.
  - *
  - * LICENSE NOTICES
  - *
  - * This file is part of "streamable kanji code filter and converter",
  - * which is distributed under the terms of GNU Lesser General Public 
  - * License (version 2) as published by the Free Software Foundation.
  - *
  - * This software is distributed in the hope that it will be useful,
  - * but WITHOUT ANY WARRANTY; without even the implied warranty of
  - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  - * GNU Lesser General Public License for more details.
  - *
  - * You should have received a copy of the GNU Lesser General Public
  - * License along with "streamable kanji code filter and converter";
  - * if not, write to the Free Software Foundation, Inc., 59 Temple Place,
  - * Suite 330, Boston, MA  02111-1307  USA
  - *
  - * The authors of this file: PHP3 internationalization team
  - * You can contact the primary author 金本 茂 <sgk****@happy*****>.
  - *
  - */
  -
  -#ifndef UNICODE_TABLE_ISO8859_9_H
  -#define UNICODE_TABLE_ISO8859_9_H
  -
  -static const unsigned short iso8859_9_ucs_table[] = {
  - 0x00A0,0x00A1,0x00A2,0x00A3,0x00A4,0x00A5,0x00A6,0x00A7,
  - 0x00A8,0x00A9,0x00AA,0x00AB,0x00AC,0x00AD,0x00AE,0x00AF,
  - 0x00B0,0x00B1,0x00B2,0x00B3,0x00B4,0x00B5,0x00B6,0x00B7,
  - 0x00B8,0x00B9,0x00BA,0x00BB,0x00BC,0x00BD,0x00BE,0x00BF,
  - 0x00C0,0x00C1,0x00C2,0x00C3,0x00C4,0x00C5,0x00C6,0x00C7,
  - 0x00C8,0x00C9,0x00CA,0x00CB,0x00CC,0x00CD,0x00CE,0x00CF,
  - 0x011E,0x00D1,0x00D2,0x00D3,0x00D4,0x00D5,0x00D6,0x00D7,
  - 0x00D8,0x00D9,0x00DA,0x00DB,0x00DC,0x0130,0x015E,0x00DF,
  - 0x00E0,0x00E1,0x00E2,0x00E3,0x00E4,0x00E5,0x00E6,0x00E7,
  - 0x00E8,0x00E9,0x00EA,0x00EB,0x00EC,0x00ED,0x00EE,0x00EF,
  - 0x011F,0x00F1,0x00F2,0x00F3,0x00F4,0x00F5,0x00F6,0x00F7,
  - 0x00F8,0x00F9,0x00FA,0x00FB,0x00FC,0x0131,0x015F,0x00FF
  +/* This file is automatically generated. Do not edit! */
  +#ifndef unicode_table_iso8859_9.h
  +static const unsigned int iso8859_9_ucs_table[] = {
  +	0x00a0, 0x00a1, 0x00a2, 0x00a3, 0x00a4, 0x00a5, 0x00a6, 0x00a7,
  +	0x00a8, 0x00a9, 0x00aa, 0x00ab, 0x00ac, 0x00ad, 0x00ae, 0x00af,
  +	0x00b0, 0x00b1, 0x00b2, 0x00b3, 0x00b4, 0x00b5, 0x00b6, 0x00b7,
  +	0x00b8, 0x00b9, 0x00ba, 0x00bb, 0x00bc, 0x00bd, 0x00be, 0x00bf,
  +	0x00c0, 0x00c1, 0x00c2, 0x00c3, 0x00c4, 0x00c5, 0x00c6, 0x00c7,
  +	0x00c8, 0x00c9, 0x00ca, 0x00cb, 0x00cc, 0x00cd, 0x00ce, 0x00cf,
  +	0x011e, 0x00d1, 0x00d2, 0x00d3, 0x00d4, 0x00d5, 0x00d6, 0x00d7,
  +	0x00d8, 0x00d9, 0x00da, 0x00db, 0x00dc, 0x0130, 0x015e, 0x00df,
  +	0x00e0, 0x00e1, 0x00e2, 0x00e3, 0x00e4, 0x00e5, 0x00e6, 0x00e7,
  +	0x00e8, 0x00e9, 0x00ea, 0x00eb, 0x00ec, 0x00ed, 0x00ee, 0x00ef,
  +	0x011f, 0x00f1, 0x00f2, 0x00f3, 0x00f4, 0x00f5, 0x00f6, 0x00f7,
  +	0x00f8, 0x00f9, 0x00fa, 0x00fb, 0x00fc, 0x0131, 0x015f, 0x00ff
   };
  -
  -#endif /* UNICODE_TABLE_ISO8859_9_H */
  +#endif /* unicode_table_iso8859_9.h */
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +136 -0    libmbfl/filters/Attic/mbfilter_iso8859_16.c
  
  
  
  
  1.1.2.1   +23 -0     libmbfl/filters/Attic/mbfilter_iso8859_16.h
  
  
  
  
  1.1.2.1   +42 -0     libmbfl/filters/Attic/mk_sb_tbl.awk
  
  
  
  
  1.1.2.1   +17 -0     libmbfl/filters/Attic/unicode_table_iso8859_16.h
  
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.1   +1 -0      libmbfl/mbfl/mbfl_consts.h
  
  Index: mbfl_consts.h
  ===================================================================
  RCS file: /cvsroot/php-i18n/libmbfl/mbfl/mbfl_consts.h,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- mbfl_consts.h	20 Dec 2002 19:36:28 -0000	1.2
  +++ mbfl_consts.h	20 Feb 2005 17:48:43 -0000	1.2.2.1
  @@ -74,6 +74,7 @@
   #define MBFL_WCSPLANE_CP1251		0x70f70000	
   #define MBFL_WCSPLANE_CP866			0x70f80000	
   #define MBFL_WCSPLANE_KOI8R 		0x70f90000	
  +#define MBFL_WCSPLANE_8859_16		0x70fa0000		/*  00h - FFh */
   #define MBFL_WCSGROUP_MASK                0xffffff
   #define MBFL_WCSGROUP_UCS4MAX		0x70000000
   #define MBFL_WCSGROUP_WCHARMAX		0x78000000
  
  
  
  1.1.2.6   +2 -0      libmbfl/mbfl/mbfl_encoding.c
  
  Index: mbfl_encoding.c
  ===================================================================
  RCS file: /cvsroot/php-i18n/libmbfl/mbfl/mbfl_encoding.c,v
  retrieving revision 1.1.2.5
  retrieving revision 1.1.2.6
  diff -u -r1.1.2.5 -r1.1.2.6
  --- mbfl_encoding.c	24 Aug 2003 19:29:03 -0000	1.1.2.5
  +++ mbfl_encoding.c	20 Feb 2005 17:48:43 -0000	1.1.2.6
  @@ -80,6 +80,7 @@
   #include "filters/mbfilter_iso8859_13.h"
   #include "filters/mbfilter_iso8859_14.h"
   #include "filters/mbfilter_iso8859_15.h"
  +#include "filters/mbfilter_iso8859_16.h"
   #include "filters/mbfilter_base64.h"
   #include "filters/mbfilter_qprint.h"
   #include "filters/mbfilter_uuencode.h"
  @@ -163,6 +164,7 @@
   	&mbfl_encoding_8859_13,
   	&mbfl_encoding_8859_14,
   	&mbfl_encoding_8859_15,
  +	&mbfl_encoding_8859_16,
   	&mbfl_encoding_euc_cn,
   	&mbfl_encoding_cp936,
   	&mbfl_encoding_hz,
  
  
  
  1.1.2.3   +1 -0      libmbfl/mbfl/mbfl_encoding.h
  
  Index: mbfl_encoding.h
  ===================================================================
  RCS file: /cvsroot/php-i18n/libmbfl/mbfl/mbfl_encoding.h,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- mbfl_encoding.h	25 Aug 2003 01:15:33 -0000	1.1.2.2
  +++ mbfl_encoding.h	20 Feb 2005 17:48:43 -0000	1.1.2.3
  @@ -97,6 +97,7 @@
   	mbfl_no_encoding_cp1251,
   	mbfl_no_encoding_cp866,
   	mbfl_no_encoding_koi8r,
  +	mbfl_no_encoding_8859_16,
   	mbfl_no_encoding_charset_max
   };
   
  
  
  



php-i18n-commits メーリングリストの案内
Back to archive index