Can anybody help me? Should I post this question in the script forum? Thanks.
This is a discussion on [InDesign Server, SOAP]Can the SOAP messagesinclude multi-byte encoding characters? - Adobe Indesign ; Hi all, I'm trying to use SOAP to request InDesign Server to execute a script. The value of the argument passed to the script needs to include multi-byte encoding characters (Japanese, Chinese, Korean). After I get the argument value using ...
Hi all,
I'm trying to use SOAP to request InDesign Server to execute a script. The value of the argument passed to the script needs to include multi-byte encoding characters (Japanese, Chinese, Korean). After I get the argument value using app.scriptArgs.get in the script, I find that the value has been changed to #%^&$*. Can InDesign Server support multi-byte languages? Is there any idea how I can implement that?
Thanks and regards,
Nicole
Can anybody help me? Should I post this question in the script forum? Thanks.
Hi
I have a similar problem. I posted this (see below). This is a problem that anyone will experience if they are using InDesign Server in a serious way.
==================================================
EricHarrison - 02:28am Jun 15, 2006 Pacific
I have identified a bug with InDesign Server where upper-ASCII characters sent to InDesign Server as part of a SOAP request are not handled correctly.
Adobe have confirmed to me that this in indeed a bug. Has anyone else experienced this problem and/or would anyone like more details.
===================================================
Thanks Eric.
Then when will Adobe fix this bug?
Just curious - what encoding are you using in the XML header? For example:
* <?xml version="1.0" encoding="UTF-8" ?>
and are what you call upper-ASCII or multibyte characters in the encoding that is specified?