Thank you. Werner
Benjamin Muschko wrote: > Werner, > > I opened a Jira issue (key: CASTOR-2429) and added my test source code: > http://jira.codehaus.org/browse/CASTOR-2429 > > Thanks, > > Ben > > > Werner Guttmann wrote: >> Hi Ben, >> >> in order to be able to answer your question and/or address your problem >> in an adequate manner, I'n need a small test case to be able to replay >> the problem (and look at some things in particular). >> >> Can you please add a new Jira issue at >> >> http://jira.codehaus.org/browse/CASTOR >> >> and attach all relevant files. >> >> Regards >> Werner >> >> Benjamin Muschko wrote: >>> Hi, >>> >>> I'm using Castor and want to automatically get escaped cyrillic >>> characters >>> when marshalling my bean (e.g. Д to Д). I'm using a StringWriter as >>> input for the marshaller. The resulting XML includes escaped sequences >>> for > >>> and < but not for the cyrillic characters. As workaround I tried to >>> escape >>> the characters myself and use them as bean field values. However, this >>> will >>> result in &#1044; which I don't want. >>> >>> Either I need to disable escaping (for escaping the characters myself) or >>> I >>> need to find a way to let Castor do the work. Does anybody have any ideas >>> on >>> this? >>> >>> Thanks, >>> >>> Ben >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> >> >> >> > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

