When deploying TeamSite metadata to Oracle using Datadeploy standalone it appears UTF-8 characters are not being encoded correctly in the database.Example: Metadata value has the en dash character UTF-8 encoded (â\200\223 when viewed in a text file).When this value is deployed to an Oracle varchar2 column the character is translated to a non-displayable character.Versions are Oracle 9.2.0.5 and OpenDeploy v6.0.2.Any ideas what the problem could be ? I thought JDBC Oracle dirvers were meant to automagically do character conversions.