Fix committed to upstream CVS. Thanks for the report.

Have a nice day,

On Thu, Sep 18, 2008 at 01:50:46PM +0200, Carsten Hey wrote:
> On Thu, Sep 18, 2008 at 11:38:26AM +0200, Philipp Kern wrote:
> > pal barfs when austria.pal is used as its calendar file is ISO-8859
> > encoded, instead of UTF-8:
> >
> > ERROR: Event text 'Heilige Dreik???nige' is not ASCII or UTF-8 in file 
> > /usr/share/pal/austria.pal.
> > ERROR: Event text 'Mari??? Himmelfahrt' is not ASCII or UTF-8 in file 
> > /usr/share/pal/austria.pal.
> > ERROR: Event text 'Mari??? Empf???ngnis' is not ASCII or UTF-8 in file 
> > /usr/share/pal/austria.pal.
> > ERROR: Event text 'Gr???ndonnerstag' is not ASCII or UTF-8 in file 
> > /usr/share/pal/austria.pal.
> > ERROR: Event text 'Ende Sommerzeit --- Uhren zur???ckstellen' is not ASCII 
> > or UTF-8 in file /usr/share/pal/austria.pal.
> >
> > Thus the events appear trimmed in pal's calendar overview.  I suggest a 
> > iconv
> > -f iso-8859-1 -t utf-8 < austria.pal | sponge austria.pal
> 
> Thanks for the bug report, I just verified it. This bug should be fixed
> upstream.  Your suggested command requires moreutils to be installed,
> a alternative without moreutils is:
> 
>   iconv -f iso-8859-1 -t utf-8 < austria.pal > austria.pal.bak
>   mv austria.pal.bak austria.pal
> 
> 
> Regards,
> Carsten
> 
> 
> 

-- 
Martijn van Oosterhout   <[EMAIL PROTECTED]>   http://svana.org/kleptog/
> Please line up in a tree and maintain the heap invariant while 
> boarding. Thank you for flying nlogn airlines.

Attachment: signature.asc
Description: Digital signature

Reply via email to