Comments
1 comment
-
Thanks for letting us know about this. I have logged a bug with reference number SDC-1301 so this will get fixed.
Regardless of whether you use UTF8 or UTF8WithPreamble, the preamble gets written to the file, contrary to the documentation. I had a look at the bytes of the sync script file, and with either option the file starts with xEFBBBF.
Add comment
Please sign in to leave a comment.
- /SyncScriptEncoding:UTF8
- /SyncScriptEncoding:UTF8WithPreamble
- /SyncScriptEncoding:UTF8WithoutPreamble
All of them seem to result in a UTF-8 file that includes a BOM. The ASCII argument worked as advertised.I feel pretty certain this option is broken, but perhaps I was missing something on my end?