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
I did not specifically specify what text encode to export those DWOs as. I straight out exported those DWOs 'as is.' I was hoping those text encodes were truly what those SRDs are of.
If that's not a true statement, I would need to know how I can unify those so that they are consistent and those DWOs will not transform any characters as they are originally intended.