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

Re: lists.debian.org de-localization



On Mon, Jan 06, 2003 at 03:09:47PM +0100, Josip Rodin wrote:
> > > > Why not use iso_8859::str2sgml; instead of mhonarc::htmlize for iso-8859-1?
> > [...]
> > > Sounds like a very good idea.
> > 
> > Who should I ask for this modification?
> 
> This is the right place to ask, I was watching the discussion and waiting
> for eventual objections. The subthreads don't seem to be overly decisive,
> but the change seems like an oversight to me so I guess I'll apply it.

--- debian.rc~  Sun Sep 22 05:27:19 2002
+++ debian.rc   Mon Jan  6 08:05:07 2003
@@ -5,7 +5,7 @@
 <CharsetConverters>
 plain;          mhonarc::htmlize;
 us-ascii;       mhonarc::htmlize;
-iso-8859-1;     mhonarc::htmlize;
+iso-8859-1;     iso_8859::str2sgml;     iso8859.pl
 iso-8859-2;     iso_8859::str2sgml;     iso8859.pl
 iso-8859-3;     iso_8859::str2sgml;     iso8859.pl
 iso-8859-4;     iso_8859::str2sgml;     iso8859.pl
@@ -16,7 +16,7 @@
 iso-8859-9;     iso_8859::str2sgml;     iso8859.pl
 iso-8859-10;    iso_8859::str2sgml;     iso8859.pl
 iso-2022-jp;    iso_2022_jp::str2html;  iso2022jp.pl
-latin1;         mhonarc::htmlize;
+latin1;         iso_8859::str2sgml;     iso8859.pl
 latin2;         iso_8859::str2sgml;     iso8859.pl
 latin3;         iso_8859::str2sgml;     iso8859.pl
 latin4;         iso_8859::str2sgml;     iso8859.pl

-- 
     2. That which causes joy or happiness.



Reply to: