Is there an easy way to avoid dealing with text encoding problems?
For Reading a string in a stream using just what java supplies.
InputStream s = new BufferedInputStream( new ReaderInputStream( new StringReader("a string")));