[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Latin-1 Characters



Sounds great!
At some point we should "buy back" your changes, if that is OK with you.
At that point, we'll have to use the other module approach.
Till then, the way you are doing it is the best!

At 6:53 PM 1/23/96, Thierry Goubier wrote:
>David Ungar writes:
> > How did it turn out?
> >
> > At 10:55 AM 12/1/95, Thierry Goubier wrote:
> > >That probably sound stupid, but why is there a limit on printables
> > >characters that forbid the user to enter a caracter with an accent (or
> > >any composed character) ? If you change this limit to 255, all
> > >accentuated characters work correctly. Or am I missing something ?
> > >
> > >The slot is lastPrintableCharacter in traits string, and it's standard
> > >value is 127. I'll try to check if I break something by changing the
> > >value.
> > >
> > >Thierry.
>
>I've modified all the slots that seems to be related, like isVowel,
>isLetter, isUpperCase, etc... Nothing seems to be broken yet. It only
>allow for accents in comments and strings, not in identifiers (slots
>names).
>
>By the way, I've created a new module for this. I've put in it all
>modified methods, like isVowel, instead of their original module. Is
>this the right way of using modules?
> >
> > -- Dave
> >
> >
>
>Thierry.
>___________________Thierry.Goubier@enst-bretagne.fr__________________
>        <Am I dreaming the dream, or is the dream dreaming me ?>
>                                                     [Corwainer Smith]
>http://www-info.enst-bretagne.fr/~goubier/

-- Dave