You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org> on 2005/08/22 00:35:54 UTC

[jira] Resolved: (AXIS-2174) wsil4j not handling Japanese characters in WSIL files

     [ http://issues.apache.org/jira/browse/AXIS-2174?page=all ]
     
Davanum Srinivas resolved AXIS-2174:
------------------------------------

    Resolution: Won't Fix

WSIL4J is not supported.

thanks,
dims

> wsil4j not handling Japanese characters in WSIL files
> -----------------------------------------------------
>
>          Key: AXIS-2174
>          URL: http://issues.apache.org/jira/browse/AXIS-2174
>      Project: Apache Axis
>         Type: Bug
>     Reporter: Kathy Chan

>
> This is a Apache WSIL4J (version 1.0.0) bug. Please reroute if appropriate
> I wrote a Java main program that reads the 
> Japanese WSIL file using wsil4j.jar and writes the content to another file 
> (again using wsil4j.jar). The Japanese characters in the new file are 
> corrupted. Here's my main program:
> public static void main(String[] args) throws Exception
> {
>   WSILDocument doc = WSILDocument.newInstance();
>   doc.read("file:/D:/eclipse_v31/inspection.wsil");
>   doc.getWriter().writeDocument(doc, new FileWriter(new File
> ("D:/eclipse_v31/inspection.new.wsil")));
> }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira