Hi all
I have a question about the character encode types for (exported) DWObject srd files.
I opened 3 exported SRD files in Notepad++ straight from my application's target. What I noticed is those 3 files are of 2 different character encoding - ANIS and UTF-16 LE BOM.
Does anyone know why there are different encode types of the SRDs?
How do I ensure that any more DWObjects that are created have the consistent character encoding (UTF-16 LE BOM)?
for those who are curious, I have bullet points in those DWOs but the one that is of ANSI format turns those bullet points into question marks after our final build process (would the build machine play a part in the character's transformation?).
Thank you for your input.
CJ
The ANSI file has release 17 noted on top of the file. I am not sure if it had been changed and saved back in. It would have been before my time with the application.
I will do the test you recommended and see what happens.
Thank you very much for your input.
CJ