Hi there,
I have a problem that when I send a special character in my xml file, it gets logged in the database as the actual character and not the characters code. eg. my xml has È but the db gets logged as character � (e with dash).
I think the character gets changed from È to � when I unmarshal the xml.
Does anyone know how I can correst this so that castor will log the character as È and not �.
Many thanks
Jamie
