Andreas Nahr wrote:
> public byte GetByte (char char)
> {
> return table[char];
> }
> Also this would obviously be (much) faster than the current solution (I
> don't know how Atsushi got to the point that this would be slower than
> current code).
How small is the table above?
Atsushi Eno