aboutsummaryrefslogtreecommitdiff
path: root/lib/libxpg4
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1998-08-15 12:51:49 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1998-08-15 12:51:49 +0000
commit7a55a3c23091a0ccd63404fb780204470c08d4ae (patch)
treeacea031e2f370068f64b0ddd70f5d19faec74746 /lib/libxpg4
parent15160dd67b47533ae8a829ba719db04f7d029c8b (diff)
downloadsrc-7a55a3c23091a0ccd63404fb780204470c08d4ae.tar.gz
src-7a55a3c23091a0ccd63404fb780204470c08d4ae.zip
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>
Notes
Notes: svn path=/head/; revision=38333
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 1e5c12327509..c8314756ffa6 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