Skip to content

Commit 1acf6f9

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 parent 0b10d35 commit 1acf6f9

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
depend dep:
4034
$(CC) -MM $(CFLAGS) *.c >depend
4135

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy