Re: UTF-8 and ispell

Rafael Laboissiere <[email protected]> Sat, 29 Sep 2007 23:13:00 +0200
Newsgroups gmane.linux.debian.devel.dictionary
Organization Debian GNU/Linux
Message-ID <20070929211300.GA14998@localhost>
* Agustin Martin <agustin.martin-a/[email protected]> [2007-09-29 20:43]:

> We could try filtering octal codes with something like
> 
> $additionalchars =~ 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.

This is indeed a good idea.

I already asked you but am asking again: should I commit the changes to CVS
or do you prefer to do it yourself?
 
-- 
Rafael