diff options
author | tjr <tjr@FreeBSD.org> | 2003-08-10 11:51:14 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2003-08-10 11:51:14 +0000 |
commit | e57dce4ab7e420e8e04f1c7d55be12b286b7de8e (patch) | |
tree | 4894c1e221c825faaee2aa047e6bedc72749f3f2 | |
parent | a356560e217a1796f5938acc3cc43666e127d24f (diff) | |
download | FreeBSD-src-e57dce4ab7e420e8e04f1c7d55be12b286b7de8e.zip FreeBSD-src-e57dce4ab7e420e8e04f1c7d55be12b286b7de8e.tar.gz |
Add GB18030 and GBK to the list of encodings. Cross-reference the
new manual pages for the Big5, GB18030, GBK, and MSKanji encodings.
-rw-r--r-- | usr.bin/mklocale/mklocale.1 | 11 |
1 files changed, 10 insertions, 1 deletions
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 |