IonicWind Software

Aurora Compiler => General Discussion => Topic started by: Parker on January 11, 2006, 07:21:40 PM

Title: Solution for characters
Post by: Parker on January 11, 2006, 07:21:40 PM
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...