Re: UTF-8 and ispell

Rafael Laboissiere <[email protected]> Sun, 30 Sep 2007 23:33:55 +0200
Newsgroups gmane.linux.debian.devel.dictionary
Organization Debian Project
Message-ID <20070930213355.GF25187@localhost>
* Paul Boekholt <[email protected]> [2007-09-29 21:51]:

> 2007/9/29, Agustin Martin <agustin.martin-a/[email protected]>:
> > We could try filtering octal codes with something like
> >
> > $additionalchars =3D~ s/\\([0-3][0-7][0-7])/chr(oct($1))/ge;
> >
> > before the conversion to utf-8. I expect this to just output the string=
 of
> > single byte chars (I hope this is not messed up in some locale settings=
) and
> > leave 'as is' anything not an octal code.
> =

> Thanks.  I've updated the ispell scripts upstream.

Great.

> If Rafael can get jed-ispell-dicts to work for Bulgarian, it's up to
> G=FCnter.

I committed the changes to the CVS repository of dictionaries-common with
the suggestion from Agust=EDn above.

G=FCnter: the ball is in your court.

-- =

Rafael