Remove explicit support for generating LC_CTYPE data files that specify

the obsolete "UTF2" encoding.
This commit is contained in:
Tim J. Robbins 2004-10-17 01:08:11 +00:00
parent 20351faf18
commit f25843fddd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136602
2 changed files with 1 additions and 8 deletions

View File

@ -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

View File

@ -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") &&