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: Charles Kerr
Subject: Re: [Pan-users] "charset=iso885915" trouble
Date: Fri, 9 Aug 2002 08:15:51 -0700
User-agent: Mutt/1.3.20i

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



reply via email to

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