Remove explicit support for generating LC_CTYPE data files that specify
the obsolete "UTF2" encoding.
This commit is contained in:
parent
20351faf18
commit
f25843fddd
@ -35,7 +35,7 @@
|
||||
.\" @(#)mklocale.1 8.2 (Berkeley) 4/18/94
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd August 21, 2004
|
||||
.Dd October 17, 2004
|
||||
.Dt MKLOCALE 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -166,11 +166,6 @@ and
|
||||
.Dq SJIS .
|
||||
.It Dv NONE
|
||||
No translation and the default.
|
||||
.It Dv UTF2
|
||||
(obsolete)
|
||||
.Dq "Universal character set Transformation Format"
|
||||
adopted from
|
||||
.Tn "Plan 9 from Bell Labs" .
|
||||
.It Dv UTF-8
|
||||
The
|
||||
.Dv UTF-8
|
||||
@ -301,7 +296,6 @@ for printable runes by default.
|
||||
.Xr gb2312 5 ,
|
||||
.Xr gbk 5 ,
|
||||
.Xr mskanji 5 ,
|
||||
.Xr utf2 5 ,
|
||||
.Xr utf8 5
|
||||
.Sh BUGS
|
||||
The
|
||||
|
@ -118,7 +118,6 @@ table : entry
|
||||
|
||||
entry : ENCODING STRING
|
||||
{ if (strcmp($2, "NONE") &&
|
||||
strcmp($2, "UTF2") &&
|
||||
strcmp($2, "UTF-8") &&
|
||||
strcmp($2, "EUC") &&
|
||||
strcmp($2, "GBK") &&
|
||||
|
Loading…
Reference in New Issue
Block a user