classpathx-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Classpathx-discuss] UTF8 encoding problems - inserted 0's


From: Øyvind Harboe
Subject: Re: [Classpathx-discuss] UTF8 encoding problems - inserted 0's
Date: Tue, 27 Jan 2004 15:28:29 +0100

> 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 address@hidden address@hidden


Øyvind

Attachment: utf8.zip
Description: Zip archive


reply via email to

[Prev in Thread] Current Thread [Next in Thread]