summaryrefslogtreecommitdiffstats
path: root/lib/libxpg4
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-08-15 12:51:49 +0000
committerphk <phk@FreeBSD.org>1998-08-15 12:51:49 +0000
commit3d8fbb04c761c00bccb964d909ff50cf5fff860b (patch)
tree1e0987e30fd58d847c0b2c836dbc854557df52cc /lib/libxpg4
parentf58f152acd4a5f6f90f051ed63fa84bc4cbd9e18 (diff)
downloadFreeBSD-src-3d8fbb04c761c00bccb964d909ff50cf5fff860b.zip
FreeBSD-src-3d8fbb04c761c00bccb964d909ff50cf5fff860b.tar.gz
I have added the support for BIG5 encoding into libc/libxpg4/mklocale.
the diff is attached below. This is done on the 3.0 source-tree. I have test this on 2.2-stable before, but I don't have a 3.0 machine right now. This patch is mainly to make libc support BIG5 encoding, thus add zh_TW.BIG5 locale to 3.0. Submitted by: Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw>
Diffstat (limited to 'lib/libxpg4')
-rw-r--r--lib/libxpg4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libxpg4/Makefile b/lib/libxpg4/Makefile
index 1e5c123..c831475 100644
--- a/lib/libxpg4/Makefile
+++ b/lib/libxpg4/Makefile
@@ -1,5 +1,5 @@
LIB= xpg4
-SRCS= setlocale.c setrunelocale.c euc.c mskanji.c utf2.c runetype.c \
+SRCS= setlocale.c setrunelocale.c big5.c euc.c mskanji.c utf2.c runetype.c \
tolower.c toupper.c
CFLAGS+= -Wall -DXPG4 -I${.CURDIR}/../libc/locale
.PATH: ${.CURDIR}/../libc/locale
OpenPOWER on IntegriCloud