pan-users
[Top][All Lists]
Advanced

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

Re: [Pan-users] "charset=iso885915" trouble


From: Jeffrey Stedfast
Subject: Re: [Pan-users] "charset=iso885915" trouble
Date: 09 Aug 2002 13:38:45 -0400

This is correct as far as I know. The iso-%d-%d format is the canonical
format for iso charsets. I'm not sure about the windows/koi8/etc
charsets though, but the way you have them is the same way I have them
in Evolution if that is of any comfort :-)

Jeff

On Fri, 2002-08-09 at 11:17, Charles Kerr wrote:
> On Fri, Aug 09, 2002 at 05:17:56PM +0900, Jens Petersen wrote:
> > Hello,
> > 
> > Any comments on this bug report:
> > 
> >         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=65679
> > 
> > Is this a known issue?
> 
> pan-charset-picker.c is using the iso-%d-%d format:
> 
> | } charsets[] = {
> |         {"ISO-8859-4",   N_("Baltic")},
> |         {"ISO-8859-13",  N_("Baltic")},
> |         {"ISO-8859-2",   N_("Central European")},
> |         {"windows-1250", N_("Central European")},
> |         {"gb2312",       N_("Chinese Simplified")},
> |         {"big5",         N_("Chinese Traditional")},
> |         {"ISO-8859-5",   N_("Cyrillic")},
> |         {"windows-1251", N_("Cyrillic")},
> |         {"KOI8-R",       N_("Cyrillic")},
> |         {"KOI8-U",       N_("Cyrillic, Ukrainian")},
> |         {"ISO-8859-7",   N_("Greek")},
> |         {"ISO-2022-jp",  N_("Japanese")},
> |         {"euc-kr",       N_("Korean")},
> |         {"ISO-8859-9",   N_("Turkish")},
> |         {"ISO-8859-1",   N_("Western")},
> |         {"ISO-8859-15",  N_("Western, New")},
> |         {"windows-1252", N_("Western")},
> |         {"UTF-8",        N_("Unicode, UTF-8")}
> | };
> 
> Is this incorrect?
> 
> cheers,
> Charles
-- 
Jeffrey Stedfast
Evolution Hacker - Ximian, Inc.
address@hidden  - www.ximian.com




reply via email to

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