lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev lynx2-8-1 minore fix


From: Leonid Pauzner
Subject: lynx-dev lynx2-8-1 minore fix
Date: Sat, 31 Oct 1998 00:28:57 +0300 (MSK)

Oops, my typo from pre3 back to 27-09-98:
windows-1252 appears twice in list of character sets in options menu,
also typo in docs.
This may go to bugfixes, but not to rel3 (until we got a serious bug).



diff -u old/lycharse.c ./lycharse.c
--- old/lycharse.c      Sun Sep 27 13:12:26 1998
+++ ./lycharse.c        Sat Oct 31 00:10:54 1998
@@ -394,7 +394,7 @@
   {-1,"cp850",         UCT_ENC_8BIT,
                        UCT_REP_SUPERSETOF_LAT1,
                        0,                      UCT_R_8BIT,UCT_R_ASCII},
-  {-1,"cp1252",        UCT_ENC_8BIT,
+  {-1,"windows-1252",  UCT_ENC_8BIT,
                        UCT_REP_SUPERSETOF_LAT1,
                        0,                      UCT_R_8BIT,UCT_R_ASCII},
   {-1,"cp437",         UCT_ENC_8BIT,0,0,       UCT_R_8BIT,UCT_R_ASCII},
diff -u old/lynx.cfg ./lynx.cfg
--- old/lynx.cfg        Sun Oct 25 00:08:16 1998
+++ ./lynx.cfg  Sat Oct 31 00:12:38 1998
@@ -218,7 +218,7 @@
 #    7 bit approximations (US-ASCII)    us-ascii
 #    Western (ISO-8859-1)               iso-8859-1
 #    Western (cp850)                    cp850
-#    Western (windows-1252)             windows-1251
+#    Western (windows-1252)             windows-1252
 #    IBM PC US codepage (cp437)         cp437
 #    DEC Multinational                  dec-mcs
 #    Macintosh (8 bit)                  macintosh
diff -u old/userdefs.h ./userdefs.h
--- old/userdefs.h      Wed Oct 28 09:56:04 1998
+++ ./userdefs.h        Sat Oct 31 00:13:14 1998
@@ -619,7 +619,7 @@
  *     7 bit approximations (US-ASCII)    us-ascii
  *     Western (ISO-8859-1)               iso-8859-1
  *     Western (cp850)                    cp850
- *     Western (windows-1252)             windows-1251
+ *     Western (windows-1252)             windows-1252
  *     IBM PC US codepage (cp437)         cp437
  *     DEC Multinational                  dec-mcs
  *     Macintosh (8 bit)                  macintosh


reply via email to

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