diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-09-12 09:32:20 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-09-12 09:32:20 -0400 |
commit | 2f5222ea2a4d549b4f269c11d34016fc7dc58dde (patch) | |
tree | a71f2059819076b2adf4922b25d7cbe7d217c3fe /src/chrtrans/utf8_uni.tbl | |
parent | 549ec595d1da7693d5f7730e63f539cc8452307f (diff) | |
download | lynx-snapshots-2f5222ea2a4d549b4f269c11d34016fc7dc58dde.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-64
Diffstat (limited to 'src/chrtrans/utf8_uni.tbl')
-rw-r--r-- | src/chrtrans/utf8_uni.tbl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chrtrans/utf8_uni.tbl b/src/chrtrans/utf8_uni.tbl index 02e153a5..4cc4df97 100644 --- a/src/chrtrans/utf8_uni.tbl +++ b/src/chrtrans/utf8_uni.tbl @@ -21,8 +21,8 @@ O UNICODE UTF 8 # but for completeness (from UCDefs.h): # #define UCT_ENC_7BIT 0 # #define UCT_ENC_8BIT 1 -# #define UCT_ENC_8859 2 /* ??? */ -# #define UCT_ENC_2022 3 +# #define UCT_ENC_8859 2 +# #define UCT_ENC_8BIT_C0 3 # #define UCT_ENC_MAYBE2022 4 # #define UCT_ENC_CJK 5 # #define UCT_ENC_16BIT 6 |