mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Understand newly introduced "ASCII" encoding
This commit is contained in:
parent
c6a154633b
commit
8d4b16f8bb
2 changed files with 3 additions and 0 deletions
|
|
@ -140,6 +140,8 @@ Followed by a
|
|||
which indicates the encoding mechanism to be used for this locale.
|
||||
The current encodings are:
|
||||
.Bl -tag -width ".Dv MSKanji"
|
||||
.It Dv ASCII
|
||||
American Standard Code for Information Interchange.
|
||||
.It Dv BIG5
|
||||
The
|
||||
.Dq Big5
|
||||
|
|
|
|||
|
|
@ -118,6 +118,7 @@ table : entry
|
|||
|
||||
entry : ENCODING STRING
|
||||
{ if (strcmp($2, "NONE") &&
|
||||
strcmp($2, "ASCII") &&
|
||||
strcmp($2, "UTF-8") &&
|
||||
strcmp($2, "EUC") &&
|
||||
strcmp($2, "GBK") &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue