I was thinking about how unicode would be implemented, with the string changing types, and I thought we should have a character type that changes too, since you don't want byte changing, and half the length won't work (using byte). So if we had a CHAR type or something similar, that would make it nice. I suppose we could put a #typedef char word/byte depending, but it would be nice to have it built in...