Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| >>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
|
| Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: |
| Lars> Why not try to do a diff on trans.h?
|
| Lars> I was just going to, but am currently on the wrong end of a
| Lars> 9.6Kb connection...
|
| Good reason.
|
| Lars> IMO the right fix is to change to
|
| Lars> char * Trans::Match(int c)...
|
| Looks like a bad fix. It just dies when I try to input an accented
| character now.
I will fix that.
| Lars> Chars of any kind should not be used or this.
|
| I do not see how you will magically turn a signed char into an
| unsigned int without some kind of cast.
What I meant was that char of any kind should not ever be used for
indexing arrays. Sure a cast will be needed.
Lgb