[Dict-common-dev] UTF-8 and ispell

Rafael Laboissiere rafael at debian.org
Sat Sep 29 21:13:00 UTC 2007


* Agustin Martin <agustin.martin at hispalinux.es> [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



More information about the Pkg-jed-devel mailing list