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

Commit1acf6f9

Browse files
committed
Add support for code conversion between Unicode and other encodings.
Supported encodings are: EUC_JP, EUC_CN, EUC_KR, EUC_TW, Shift JIS,Big5, ISO8859-[1-5].TODO: testings! and documentations...
1 parent0b10d35 commit1acf6f9

39 files changed

+141346
-26764
lines changed

‎src/backend/utils/mb/EUC_JP_to_UTF.map

Lines changed: 0 additions & 12948 deletions
This file was deleted.

‎src/backend/utils/mb/Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for utils/mb
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/backend/utils/mb/Makefile,v 1.13 2000/10/25 19:44:44 tgl Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/utils/mb/Makefile,v 1.14 2000/10/30 10:40:28 ishii Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -30,12 +30,6 @@ liketest: liketest.o palloc.o $(OBJS)
3030
utftest: utftest.o palloc.o common.o wstrcmp.o wstrncmp.o big5.o
3131
$(CC) -o$@$^$(CFLAGS)$(LDFLAGS)
3232

33-
uconv: uconv.o palloc.o common.o conv.o wchar.o big5.o mbutils.o
34-
$(CC) -o$@$^$(CFLAGS)$(LDFLAGS)
35-
36-
uconv2: uconv2.o palloc.o common.o conv.o wchar.o big5.o mbutils.o
37-
$(CC) -o$@$^$(CFLAGS)$(LDFLAGS)
38-
3933
dependdep:
4034
$(CC) -MM$(CFLAGS)*.c>depend
4135

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp