diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-04-16 01:40:22 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-04-16 01:40:22 -0400 |
commit | e4409c408eedf320b8845cafdd62b664bec1afd8 (patch) | |
tree | ccce96259ffd0a5edf9dc05e49262aaf5854fd99 /src/chrtrans/utf8_uni.tbl | |
parent | 36a66292ee2ec3530d776892d22d6c5ace810ae0 (diff) | |
download | lynx-snapshots-e4409c408eedf320b8845cafdd62b664bec1afd8.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-6
Diffstat (limited to 'src/chrtrans/utf8_uni.tbl')
-rw-r--r-- | src/chrtrans/utf8_uni.tbl | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/chrtrans/utf8_uni.tbl b/src/chrtrans/utf8_uni.tbl new file mode 100644 index 00000000..02e153a5 --- /dev/null +++ b/src/chrtrans/utf8_uni.tbl @@ -0,0 +1,33 @@ +# +# This one is not really much of a "translation table", it mostly just +# tells Lynx that "unicode-1-1-utf-8" is Unicode/UCS2 encoded in UTF8... +# +#Shall this become the "default" translation? +#Meaning of that is currently unclear... It's different +#from the default input or defualt output charset... +#but there has to be exactly one table marked as "default". +D0 +# +#The MIME name of this charset. +Municode-1-1-utf-8 + +#Name as a Display Charset (used on Options screen) +O UNICODE UTF 8 + +# Some kind of raw Unicode? +# Use 6 for for really "raw" 16bit UCS-2, 7 for UTF-8, ... + +# most of these codes currently don't make much sense in a *.uni file, +# 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_MAYBE2022 4 +# #define UCT_ENC_CJK 5 +# #define UCT_ENC_16BIT 6 +# #define UCT_ENC_UTF8 7 + +R 7 + +0x20-0x7f idem |