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 -- View this message in context: http://www.nabble.com/Automatically-escape-cyrillic-characters-tp18082226p18082226.html Sent from the Castor - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

