On Tue, Nov 08, 2005 at 02:37:46PM +0100, Norbert Preining wrote:
> On Die, 08 Nov 2005, Agustin Martin wrote:
> > trivial A-Za-z that can easily be stripped (by the way, is a-z not missed in
> > your example?).
>
> Thanks.
>
> > Another possibility I am thinking about is to do that in a per-encoding
> > basis, that is, with a list containing elements like
> >
> > ("iso-8859-1" .
> > "àáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞ")
>
> Don't you miss
> ß
> here? Only in case you work with cut and paste ;-)
Yes, thanks. I took the string from a lower-to-upper-case code in
ispellaff2myspell, so ß was missing.
I still have to take a look about how things work in emacs-cvs ispell.el, to
make changes as forward compatibles as possible, but at least with the
current code, seems this can be easily implemented.
--
Agustin