posted 16 years ago
Java is Unicode. But the first set of characters in Unicode are ASCII, specifically US-ASCII. So since ASCII is a subset of Unicode, its trivial to do work in ASCII within Java.
But writing ASCII only code in java is bad form unless its just quick and dirty.