lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV U201e and U201c


From: Hynek Med
Subject: Re: LYNX-DEV U201e and U201c
Date: Mon, 17 Mar 1997 23:38:56 +0100 (MET)

So, I have added the quotes entries to Unicode tables, based upon Chris'
suggestion. I did this for cp437, cp852, cp850, iso01 and iso02 only. The
patch also corrects the Lstrok v. Nacute ISO-8859-2 error we discussed
before. 

I include the patch (relative to lynx2-7 subdir) as an attachement, and a
small file containing the quotes entries, for adding to other charset
tables where it makes sense (ISO Latin 3-10?). Klaus, would you add this
to the new version of chartrans code?

Hynek


--
Hynek Med, address@hidden
src/chrtrans/cp437_uni.tbl
--- src/chrtrans/cp437_uni.tbl.orig     Mon Mar 17 23:08:26 1997
+++ src/chrtrans/cp437_uni.tbl  Mon Mar 17 23:09:48 1997
@@ -297,3 +297,12 @@
 
 # TRADE MARK SIGN:
 U+2122:(TM)
+
+# Various double/reversed quotation marks
+U+201d:''
+U+201e:,,
+U+201c:``
+U+201f:``
+0x27  U+2019
+0x2c  U+201a
+0x60  U+2018 U+201b
src/chrtrans/cp850_uni.tbl
--- src/chrtrans/cp850_uni.tbl.orig     Mon Mar 17 23:08:50 1997
+++ src/chrtrans/cp850_uni.tbl  Mon Mar 17 23:09:22 1997
@@ -286,3 +286,12 @@
 
 # TRADE MARK SIGN:
 U+2122:(TM)
+
+# Various double/reversed quotation marks
+U+201d:''
+U+201e:,,
+U+201c:``
+U+201f:``
+0x27  U+2019
+0x2c  U+201a
+0x60  U+2018 U+201b
src/chrtrans/cp852_uni.tbl
--- src/chrtrans/cp852_uni.tbl.orig     Mon Mar 17 23:09:00 1997
+++ src/chrtrans/cp852_uni.tbl  Mon Mar 17 23:09:39 1997
@@ -281,3 +281,12 @@
 
 # TRADE MARK SIGN:
 U+2122:(TM)
+
+# Various double/reversed quotation marks
+U+201d:''
+U+201e:,,
+U+201c:``
+U+201f:``
+0x27  U+2019
+0x2c  U+201a
+0x60  U+2018 U+201b
src/chrtrans/iso01_uni.tbl
--- src/chrtrans/iso01_uni.tbl.orig     Mon Mar 17 22:36:22 1997
+++ src/chrtrans/iso01_uni.tbl  Mon Mar 17 22:58:56 1997
@@ -419,3 +419,12 @@
 
 # TRADE MARK SIGN:
 U+2122:(TM)
+
+# Various double/reversed quotation marks
+U+201d:''
+U+201e:,,
+U+201c:``
+U+201f:``
+0x27  U+2019
+0x2c  U+201a
+0x60  U+2018 U+201b
src/chrtrans/iso02_uni.tbl
--- src/chrtrans/iso02_uni.tbl.orig     Mon Mar 17 22:37:37 1997
+++ src/chrtrans/iso02_uni.tbl  Mon Mar 17 22:59:20 1997
@@ -98,7 +98,7 @@
 0xce   U+00ce
 0xcf   U+010e
 0xd0   U+0110
-0xd1   U+0141
+0xd1   U+0143
 0xd2   U+0147
 0xd3   U+00d3
 0xd4   U+00d4
@@ -149,3 +149,12 @@
 
 # TRADE MARK SIGN:
 U+2122:(TM)
+
+# Various double/reversed quotation marks
+U+201d:''
+U+201e:,,
+U+201c:``
+U+201f:``
+0x27  U+2019
+0x2c  U+201a
+0x60  U+2018 U+201b
# Various double/reversed quotation marks
U+201d:''
U+201e:,,
U+201c:``
U+201f:``
0x27  U+2019
0x2c  U+201a
0x60  U+2018 U+201b

reply via email to

[Prev in Thread] Current Thread [Next in Thread]