On Fri, 17 Jan 2003, Doug Kaufman wrote:

> As far as I am concerned, the PO files for Western European languages
> should be written in ISO 8859-1. The lynx program should take care of
> all the conversions. Setting the font on the computer properly is the
> responsibility of the user. No special .po file for DOS should be
> necessary.

I think I found the problem that was causing problems for Bernard.
Some of the .po files have the character set written in a form not
recognized by the libiconv library which must do the conversion
between character sets. The libiconv library recognizes character sets
of the form "ISO-8859-*", but does not recognize "iso-8859-*". These
are treated as unknown character sets and not converted. Obviously
this problem does not arrise if using a display character set which
doesn't require conversion. The appended patch should fix the problem
for lynx, but I wonder if this is a larger problem for the translation
project. Acceptable charset names are found on some systems in the man
page for iconv_open. On others they can be found by running 
"iconv --list".
                            Doug


--- lynx2-8-5/po/da.po.ori      2002-10-06 16:43:28.000000000 -0800
+++ lynx2-8-5/po/da.po  2003-01-20 18:21:04.000000000 -0800
@@ -10,7 +10,7 @@
 "Last-Translator: Morten Bo Johansen <[EMAIL PROTECTED]>\n"
 "Language-Team: Danish <[EMAIL PROTECTED]>\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. ******************************************************************
--- lynx2-8-5/po/de.po.ori      2002-10-06 16:43:28.000000000 -0800
+++ lynx2-8-5/po/de.po  2003-01-20 18:21:26.000000000 -0800
@@ -25,7 +25,7 @@
 "Last-Translator: Karl Eichwalder <[EMAIL PROTECTED]>\n"
 "Language-Team: German <[EMAIL PROTECTED]>\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. ******************************************************************
--- lynx2-8-5/po/et.po.ori      2002-10-06 16:43:28.000000000 -0800
+++ lynx2-8-5/po/et.po  2003-01-20 18:21:52.000000000 -0800
@@ -10,7 +10,7 @@
 "Last-Translator: Toomas Soome <[EMAIL PROTECTED]>\n"
 "Language-Team: Estonian <[EMAIL PROTECTED]>\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-15\n"
+"Content-Type: text/plain; charset=ISO-8859-15\n"
 "Content-Transfer-Encoding: 8-bit\n"
 
 #. ******************************************************************
--- lynx2-8-5/po/fr.po.ori      2002-10-06 16:43:28.000000000 -0800
+++ lynx2-8-5/po/fr.po  2003-01-20 00:04:12.000000000 -0800
@@ -33,7 +33,7 @@
 "Last-Translator: Jim Spath <[EMAIL PROTECTED]>\n"
 "Language-Team: (none yet, address for now:) French <[EMAIL PROTECTED]>\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. ******************************************************************
--- lynx2-8-5/po/it.po.ori      2002-10-06 16:43:28.000000000 -0800
+++ lynx2-8-5/po/it.po  2003-01-20 18:22:26.000000000 -0800
@@ -26,7 +26,7 @@
 "Last-Translator: Giuliano Artico <[EMAIL PROTECTED]>\n"
 "Language-Team: Italian <[EMAIL PROTECTED]>\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
 "Content-Transfer-Encoding: 8-bit\n"
 "From: Giuliano Artico <[EMAIL PROTECTED]>\n"
 
--- lynx2-8-5/po/sl.po.ori      2002-10-06 16:43:28.000000000 -0800
+++ lynx2-8-5/po/sl.po  2003-01-20 18:22:48.000000000 -0800
@@ -12,7 +12,7 @@
 "Last-Translator: Roman Maurer <[EMAIL PROTECTED]>\n"
 "Language-Team: Slovenian <[EMAIL PROTECTED]>\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-2\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. ******************************************************************
--- lynx2-8-5/po/sv.po.ori      2002-10-06 16:43:28.000000000 -0800
+++ lynx2-8-5/po/sv.po  2003-01-20 18:23:08.000000000 -0800
@@ -10,7 +10,7 @@
 "Last-Translator: Peter Karlsson <[EMAIL PROTECTED]>\n"
 "Language-Team: Swedish <[EMAIL PROTECTED]>\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. ******************************************************************


-- 
Doug Kaufman
Internet: [EMAIL PROTECTED]



; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]

Reply via email to