Converting characters in data script
JDS
Posts: 25
In text and varchar columns there is ASCII 160 characters in the data. Using the packager this is getting prefixed with a value of ACSII 194. This occurs when saving as unicode 8 if the data file is saved as ASCII the value is replaced with a "?" in the file. I was having this problem in version 1.1 of the packager so downloaded the 5.2 version and am seeing the same results.
Comments
I have a suspicion that that has to do with the collation order of this particular text/varchar column. Even if the character's ASCII value doesn't exceed 255, I believe that collation begins to have an effect on values higher than 64 (Latin1 alphanumeric characters).
Can you tell me what datatype the column is in db1, what datatype is in db2, and what the collation order of each is?
Thanks!
If the script is saved in unicode the saved file matches the source database. Which I am invesitgating using but it doubles the files size.
an example (don't know if these will render correctly for you or not)
In database-"Caolán McNamara"
In script file-"Caolán McNamara"
What program are you using to view these saved scripts?