Re: UTF8 encoding problems - inserted 0's
Øyvind Harboe <[email protected]> Tue, 27 Jan 2004 15:28:29 +0100
| Newsgroups | gmane.comp.java.classpath.extensions.discuss |
|---|---|
| Organization | Zylin AS |
| Message-ID | <1075213709.31236.5.camel@famine> |
> It would help if you could reproduce this in a less complex > environment. E.g. by duplicating your I/O paths in a small program > and then feeding it some predefined text file. Attached is a small case to reproduce the problem. To compile: \wingcc\bin\gcj -c -o javax-security.o javax-security.jar \wingcc\bin\gcj -c -o inetlib.o --classpath jsse.jar;javax-security.jar inetlib.jar \wingcc\bin\gcj -c -o gnumail.o --classpath inetlib.jar;activation.jar gnumail.jar \wingcc\bin\gcj -c -o activation.o activation.jar \wingcc\bin\gcj -c -o smtp.o --classpath gnumail.jar;inetlib.jar smtp.jar \wingcc\bin\gcj -c -o jsse.o jsse.jar \wingcc\bin\gcj -c -o send.o Send.java --classpath gnumail.jar \wingcc\bin\gcj -c -o dummy.o Dummy.java \wingcc\bin\gcj -s -o send.exe activation.o gnumail.o inetlib.o smtp.o jsse.o send.o dummy.o javax-security.o --main=Send To test: c:\temp\foo> send mysmtp.sever.com [email protected] [email protected] Øyvind _______________________________________________ Classpathx-discuss mailing list [email protected] http://mail.gnu.org/mailman/listinfo/classpathx-discuss
utf8.zip
(application/zip, 1.2 KB) - not displayed