about summary refs log tree commit diff stats
path: root/src/chrtrans/def7_uni.tbl
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-11-06 16:18:09 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1998-11-06 16:18:09 -0500
commit18024037b515bfff83e0230b35151babe6005e18 (patch)
treeb8c80055282a00883284722a3dd6bb25234e07f0 /src/chrtrans/def7_uni.tbl
parent3d8ecbe48af249fa0d77ce4d273e32ce4b7e6e18 (diff)
downloadlynx-snapshots-18024037b515bfff83e0230b35151babe6005e18.tar.gz
snapshot of project "lynx", label v2-8-1dev_4
Diffstat (limited to 'src/chrtrans/def7_uni.tbl')
-rw-r--r--src/chrtrans/def7_uni.tbl36
1 files changed, 13 insertions, 23 deletions
diff --git a/src/chrtrans/def7_uni.tbl b/src/chrtrans/def7_uni.tbl
index bd6b1b1c..66a63f76 100644
--- a/src/chrtrans/def7_uni.tbl
+++ b/src/chrtrans/def7_uni.tbl
@@ -1350,13 +1350,13 @@ U+208c:_=
 U+208d:(
 U+208e:)
 # Old euro currency sign glyph:
-#U+20A0:CE
+U+20A0:CE
 U+20a3:Ff
 U+20a4:Li
 U+20a7:Pt
 U+20a9:W=
-# New euro currency sign glyph:
-U+20AC:EUR
+# New euro currency sign glyph ?
+# U+20AC:EUR
 U+2103:oC
 U+2105:c/o
 U+2109:oF
@@ -1754,7 +1754,6 @@ U+266e:Mx
 U+266f:#
 0x58	U+2713	U+2717	# check marks -> x
 U+2720:-X
-#  CJK area: 
 0x20	U+3000	# ideographic space
 U+3001:,_
 U+3002:._
@@ -2015,17 +2014,6 @@ U+3229:10c
 U+327f:KSC
 U+33c2:am
 U+33d8:pm
-#
-#
-#There are four special ranges of characters that are represented only by
-#their start and end characters <...>
-#
-#   The CJK Ideographs Area (U+4E00 - U+9FFF)
-#   The Hangul Syllables Area (U+AC00 - U+D7A3)
-#   The Surrogates Area (U+D800 - U+DFFF)
-#   The Private Use Area (U+E000 - U+F8FF)
-#
-# 
 U+fb00:ff
 U+fb01:fi
 U+fb02:fl
@@ -2184,12 +2172,12 @@ U+001d:GS
 U+001e:RS
 U+001f:US
 U+007f:DT
-# Most of these characters (80-9F) may be inflicted on us
+U+0080:PA
+U+0081:HO
+# Most of these characters (82-9F) may be inflicted on us
 # by MS FrontPages which uses Unicode notation such as &#153;
 # but there are no assigned letters in Unicode 128-159 range.
 # It is assumed in the code that those codepoints are from windows-1252.
-#U+0080:PA
-#U+0081:HO
 #U+0082:BH
 #U+0083:NH
 #U+0084:IN
@@ -2201,10 +2189,10 @@ U+007f:DT
 #U+008a:VS
 #U+008b:PD
 #U+008c:PU
-#U+008d:RI
-#U+008e:SS2
-#U+008f:SS3
-#U+0090:DCS
+U+008d:RI
+U+008e:SS2
+U+008f:SS3
+U+0090:DCS
 #U+0091:P1
 #U+0092:P2
 #U+0093:TS
@@ -2214,13 +2202,15 @@ U+007f:DT
 #U+0097:EG
 #U+0098:SS
 #U+0099:GC
-#U+009a:SC
+U+009a:SC
 #U+009b:CSI
 #U+009c:ST
 #U+009d:OC
 #U+009e:PM
 #U+009f:AC
 
+# Characters in Private Use Area (e000-f8ff) do not have ussigned numbers.
+
 # Let's try to show a question mark for character that cannot
 # be shown.  U+fffd is used for invalid characters.
 # It works, but let's stick with UHHH representatiion. - FM