[ http://jira.codehaus.org/browse/JIBX-47?page=history ]

Dennis Sosnoski updated JIBX-47:
--------------------------------

    Fix Version:     (was: CVS)
                 1.0-RC0

> Special character encoding
> --------------------------
>
>          Key: JIBX-47
>          URL: http://jira.codehaus.org/browse/JIBX-47
>      Project: JiBX
>         Type: Bug
>   Components: jibx-soap
>  Environment: j2sdk1.4.2_05, Apache Tomcat 5.0
>     Reporter: Gilles DEVAUX
>     Assignee: Dennis Sosnoski
>     Priority: Trivial
>      Fix For: 1.0-RC0

>
>
> When encoding a special character using JiBX-soap the marshalling is correct 
> (the xml produced contains the special character) but not the unmarshalling.
> In org.jibx.soap.marshalSOAP(OutputStream os):
> m_marshaller.startDocument("UTF-8", Boolean.TRUE);
> In org.jibx.soap.unmarshalSOAP(InputStream is)
> m_unmarshaller.setDocument(is, null);
> replacing 'm_unmarshaller.setDocument(is, null);' by 
> 'm_unmarshaller.setDocument(is, "UTF-8");' works.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
jibx-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to