From e57dce4ab7e420e8e04f1c7d55be12b286b7de8e Mon Sep 17 00:00:00 2001 From: tjr Date: Sun, 10 Aug 2003 11:51:14 +0000 Subject: Add GB18030 and GBK to the list of encodings. Cross-reference the new manual pages for the Big5, GB18030, GBK, and MSKanji encodings. --- usr.bin/mklocale/mklocale.1 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'usr.bin/mklocale') diff --git a/usr.bin/mklocale/mklocale.1 b/usr.bin/mklocale/mklocale.1 index d5126ed..2771fca 100644 --- a/usr.bin/mklocale/mklocale.1 +++ b/usr.bin/mklocale/mklocale.1 @@ -35,7 +35,7 @@ .\" @(#)mklocale.1 8.2 (Berkeley) 4/18/94 .\" $FreeBSD$ .\" -.Dd October 14, 2002 +.Dd August 10, 2003 .Dt MKLOCALE 1 .Os .Sh NAME @@ -147,6 +147,11 @@ encoding as used by several vendors of .Ux systems. +.It Dv GB18030 +PRC national standard for encoding of Chinese text. +.It Dv GBK +A widely used encoding method for Chinese text, +backwards compatible with GB\ 2312-1980. .It Dv MSKanji The method of encoding Japanese used by Microsoft, loosely based on JIS. @@ -287,6 +292,10 @@ for printable runes by default. .Xr wcwidth 3 , .Xr euc 4 , .Xr utf2 4 , +.Xr big5 5 , +.Xr gb18030 5 , +.Xr gbk 5 , +.Xr mskanji 5 , .Xr utf8 5 .Sh BUGS The -- cgit v1.1