lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev lynx2.8.2dev.19 patch #1 ("iso9945" problem)


From: Leonid Pauzner
Subject: lynx-dev lynx2.8.2dev.19 patch #1 ("iso9945" problem)
Date: Fri, 5 Mar 1999 00:25:09 +0300 (MSK)

I wrote:
> 4-Mar-99 09:34 Klaus Weide wrote:
>> On Thu, 4 Mar 1999, Ismael Cordeiro wrote:

>>> > 1999-03-04 (2.8.2dev.18)
>>>
>>> On Solaris 2.5 and FreeBSD 2.2.7:
>>>
>>> [..]
>>> make: Fatal error: Don't know how to make target `iso9945uni.tbl'
>>> Current working directory /tmp/ismael/lynx/lynx2-8-2/src/chrtrans
>>> *** Error code 1 (ignored)

>> I haven't looked why this goes wrong, but the "iso9945" table
>> should go away anyway.  (Leonid and I agreed, nobody else disagreed.)

> Yes (Tom forget this minore item and went even farther to invalid direction)

Well, I just downloaded dev19 (complete lynx-cur.zip) and found out
we have now both iso9945_uni.tbl AND iso9945uni.tbl under src/chrtrans/
That should be stopped :)
a patch applied:

* remove iso9945-2 "charset" (which was included/named/mapped by mistake)


rm src/chrtrans/iso9945_uni.tbl
rm src/chrtrans/iso9945uni.tbl


diff -u old/userdefs.h ./userdefs.h
--- old/userdefs.h      Wed Feb 17 06:29:34 1999
+++ ./userdefs.h        Thu Mar  4 23:58:20 1999
@@ -639,7 +639,6 @@
  *     Hebrew (windows-1255)              windows-1255
  *     Turkish (ISO-8859-9)               iso-8859-9
  *     ISO-8859-10                        iso-8859-10
- *     Ukrainian Cyrillic (ISO-9945-2)    iso-9945-2
  *     Ukrainian Cyrillic (cp866u)        cp866u
  *     Ukrainian Cyrillic (KOI8-U)        koi8-u
  *     UNICODE (UTF-8)                    utf-8

diff -u old/lynx.cfg ./lynx.cfg
--- old/lynx.cfg        Thu Mar  4 02:39:46 1999
+++ ./lynx.cfg  Thu Mar  4 23:58:30 1999
@@ -257,7 +257,6 @@
 #    Hebrew (windows-1255)              windows-1255
 #    Turkish (ISO-8859-9)               iso-8859-9
 #    ISO-8859-10                        iso-8859-10
-#    Ukrainian Cyrillic (ISO-9945-2)    iso-9945-2
 #    Ukrainian Cyrillic (cp866u)        cp866u
 #    Ukrainian Cyrillic (KOI8-U)        koi8-u
 #    UNICODE (UTF-8)                    utf-8

diff -u old/ucdomap.c ./ucdomap.c
--- old/ucdomap.c       Thu Mar  4 02:39:46 1999
+++ ./ucdomap.c Thu Mar  4 23:55:46 1999
@@ -67,7 +67,6 @@
 #include <rfc_suni.h>          /* RFC 1345 w/o Intro   */
 /* #include <utf8_uni.h> */     /* UNICODE UTF 8        */
 #include <viscii_uni.h>        /* Vietnamese (VISCII)  */
-#include <iso9945uni.h>                /* Ukrainian Cyrillic (ISO 9945-2) */
 #include <cp866u_uni.h>                /* Ukrainian Cyrillic (866) */
 #include <koi8u_uni.h>         /* Ukrainian Cyrillic (koi8-u */
 #ifdef NOTDEFINED
@@ -2077,7 +2076,6 @@
     UC_CHARSET_SETUP_utf_8;              /*** UNICODE UTF-8      */
     UC_CHARSET_SETUP_mnemonic_ascii_0;   /* RFC 1345 w/o Intro   */
     UC_CHARSET_SETUP_mnemonic;           /* RFC 1345 Mnemonic    */
-    UC_CHARSET_SETUP_iso_9945_2;         /* Ukrainian Cyrillic (ISO 9945-2) */
     UC_CHARSET_SETUP_cp866u;             /* Ukrainian Cyrillic (866) */
     UC_CHARSET_SETUP_koi8_u;             /* Ukrainian Cyrillic (koi8-u) */
 #ifdef NOTDEFINED
diff -u old/build-ch.com ./build-ch.com
--- old/build-ch.com    Thu Mar  4 02:39:46 1999
+++ ./build-ch.com      Thu Mar  4 23:54:12 1999
@@ -140,8 +140,6 @@
 $ makeuctb iso08_uni.tbl
 $ define/user sys$output 'CHRwhere'cp862_uni.h !DosHebrew (cp862)
 $ makeuctb cp862_uni.tbl
-$ define/user sys$output 'CHRwhere'iso9945uni.h !Ukranian
-$ makeuctb iso9945uni.tbl
 $ define/user sys$output 'CHRwhere'cp1255_uni.h        !WinHebrew (cp1255)
 $ makeuctb cp1255_uni.tbl
 $ define/user sys$output 'CHRwhere'iso09_uni.h !ISO 8859-9 (Latin 5)
diff -u old/makefile.dos ./makefile.dos
--- old/makefile.dos    Thu Mar  4 02:39:46 1999
+++ ./makefile.dos      Thu Mar  4 23:54:42 1999
@@ -58,7 +58,6 @@
  iso09_uni.h \
  iso10_uni.h \
  iso15_uni.h \
- iso9945uni.h \
  koi8r_uni.h \
  koi8u_uni.h \
  mac_uni.h \
@@ -111,7 +110,6 @@
 iso09_uni.h:           iso09_uni.tbl           makeuctb.exe
 iso10_uni.h:           iso10_uni.tbl           makeuctb.exe
 iso15_uni.h:           iso15_uni.tbl           makeuctb.exe
-iso9945uni.h:          iso9945uni.tbl          makeuctb.exe
 koi8r_uni.h:           koi8r_uni.tbl           makeuctb.exe
 koi8u_uni.h:           koi8u_uni.tbl           makeuctb.exe
 mac_uni.h:             mac_uni.tbl             makeuctb.exe
diff -u old/makefile.in ./makefile.in
--- old/makefile.in     Thu Mar  4 02:39:46 1999
+++ ./makefile.in       Thu Mar  4 23:54:54 1999
@@ -77,7 +77,6 @@
  iso09_uni.h \
  iso10_uni.h \
  iso15_uni.h \
- iso9945uni.h \
  koi8r_uni.h \
  koi8u_uni.h \
  mac_uni.h \
@@ -143,7 +142,6 @@
 iso09_uni.h:           $(srcdir)/iso09_uni.tbl         makeuctb$x
 iso10_uni.h:           $(srcdir)/iso10_uni.tbl         makeuctb$x
 iso15_uni.h:           $(srcdir)/iso15_uni.tbl         makeuctb$x
-iso9945uni.h:          $(srcdir)/iso9945uni.tbl        makeuctb$x
 koi8r_uni.h:           $(srcdir)/koi8r_uni.tbl         makeuctb$x
 koi8u_uni.h:           $(srcdir)/koi8u_uni.tbl         makeuctb$x
 mac_uni.h:             $(srcdir)/mac_uni.tbl           makeuctb$x
diff -u old/makew32.bat ./makew32.bat
--- old/makew32.bat     Thu Mar  4 02:39:46 1999
+++ ./makew32.bat       Thu Mar  4 23:55:10 1999
@@ -33,7 +33,6 @@
 makeuctb iso09_uni.tbl > iso09_uni.h
 makeuctb iso10_uni.tbl > iso10_uni.h
 makeuctb iso15_uni.tbl > iso15_uni.h
-makeuctb iso9945uni.tbl > iso9945_uni.h
 makeuctb koi8r_uni.tbl > koi8r_uni.h
 makeuctb koi8u_uni.tbl > koi8u_uni.h
 makeuctb mac_uni.tbl > mac_uni.h



reply via email to

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