How to encode non roman alphabet when exporting SVGs with ExtendScript
I want to encode non roman alphabets as greek, russian etc, when exporting SVGs, how could I achieve that with ExtendScript?
Thank you
I want to encode non roman alphabets as greek, russian etc, when exporting SVGs, how could I achieve that with ExtendScript?
Thank you
Hi, due the variety of languages/alphabets to be handled I wanted to make sure to export the files to SVG with the correct encoding (say UTF-8/UTF-16 for example) in ExtendScript.
For instance, is exportOptionsSVG.SVGDocumentEncoding = SVGDocumentEncoding.UTF8 the correct approach?
Update: exportOptionsSVG.SVGDocumentEncoding = SVGDocumentEncoding.UTF8 is the correct solution.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.