On Fri, 2 Sep 2005, Hans de Rijck wrote:
> Or, for someone with a C compiler, the poor-man's algorithm is:
>
> for ( unsigned int i = 0; i < length; i++ )
> {
> if ( (unsigned char)line1[i] > 127 )
> {
> *line2++ = (char)(192 + (((unsigned char)line1[ i ]) / 64)
MAIL PROTECTED]>
To:
Cc: <[EMAIL PROTECTED]>; "Mats Bengtsson" <[EMAIL PROTECTED]>
Sent: Friday, September 02, 2005 7:42 PM
Subject: Re: How can I avoid unicode and use Latin1? (Was: Wrong
characterswith jEdit)
> Mats Bengtsson wrote:
>
> > If you find this added fl