lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev address@hidden: Re: new version of FR.PO][PATCH]


From: Doug Kaufman
Subject: Re: lynx-dev address@hidden: Re: new version of FR.PO][PATCH]
Date: Mon, 20 Jan 2003 18:50:35 -0800 (PST)

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 <address@hidden>\n"
 "Language-Team: Danish <address@hidden>\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 <address@hidden>\n"
 "Language-Team: German <address@hidden>\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 <address@hidden>\n"
 "Language-Team: Estonian <address@hidden>\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 <address@hidden>\n"
 "Language-Team: (none yet, address for now:) French <address@hidden>\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 <address@hidden>\n"
 "Language-Team: Italian <address@hidden>\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 <address@hidden>\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 <address@hidden>\n"
 "Language-Team: Slovenian <address@hidden>\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 <address@hidden>\n"
 "Language-Team: Swedish <address@hidden>\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: address@hidden



; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

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