Re: encoding stuff

2004-03-15 Thread Dale Anson
Hi Matt, Just this past week I ran into a problem using slightly different jdk versions on Solaris. One had the default character encoding as ISO-8859-1, the other had ISO-656-1. That was enough to break things for me. My solution was to use a Writer/OutputStream that allowed me to set the

Re: encoding stuff

2004-03-15 Thread Matt Benson
Thanks Dale, I am going to keep fighting this thing this week, maybe I'll get somewhere. -Matt --- Dale Anson [EMAIL PROTECTED] wrote: Hi Matt, Just this past week I ran into a problem using slightly different jdk versions on Solaris. One had the default character encoding as

encoding stuff

2004-03-13 Thread Matt Benson
Ack! I am in the final stages of I/O redirection. In fact, I was about to commit my changes when I cross-tested my last test case--transcoding--and found that it fails on Solaris with Sun JDK 1.4.2, but passes with Sun JDK 1.2.2. Does anyone have any helpful information on this phenomenon?