Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit15378a5

Browse files
committed
Add support for GB18030
1 parentb1313e3 commit15378a5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎src/backend/utils/mb/Unicode/Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright 2001 by PostgreSQL Global Development Group
66
#
7-
# $Header: /cvsroot/pgsql/src/backend/utils/mb/Unicode/Makefile,v 1.3 2001/09/06 04:57:29 ishii Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/utils/mb/Unicode/Makefile,v 1.4 2002/06/14 03:30:56 ishii Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -26,15 +26,15 @@ MAPS= $(ISO8859MAPS) $(CYRILLICMAPS)\
2626
euc_kr_to_utf8.map euc_tw_to_utf8.map sjis_to_utf8.map\
2727
utf8_to_big5.map utf8_to_euc_cn.map utf8_to_euc_jp.map\
2828
utf8_to_euc_kr.map utf8_to_euc_tw.map utf8_to_iso8859_2.map\
29-
utf8_to_sjis.map
29+
utf8_to_sjis.map gb18030_to_utf8.map utf8_to_gb18030.map
3030

3131
ISO8859TEXTS= 8859-2.TXT 8859-3.TXT 8859-4.TXT 8859-5.TXT
3232
CYRILLICTEXTS=cp866.txt cp1251.txt koi8-r.txt
3333

3434
TEXTS=$(ISO8859TEXTS)$(CYRILLICTEXTS)\
3535
BIG5.TXT CNS11643.TXT GB2312.TXT\
3636
JIS0201.TXT JIS0208.TXT JIS0212.TXT\
37-
OLD5601.TXT SHIFTJIS.TXT
37+
OLD5601.TXT SHIFTJIS.TXT ISO10646-GB18030.TXT
3838

3939
all:$(MAPS)
4040

@@ -61,6 +61,8 @@ sjis_to_utf8.map utf8_to_sjis.map : SHIFTJIS.TXT
6161
big5_to_utf8.maputf8_to_big5.map : BIG5.TXT
6262
./UCS_to_BIG5.pl
6363

64+
gb18030_to_utf8.maputf8_to_gb18030.map : ISO10646-GB18030.TXT
65+
./UCS_to_GB18030.pl
6466
clean:
6567
rm -f$(MAPS)
6668

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp