DBCS characters in published-app's arguments appear as garbages.
<Repro Steps>
1. Create the following bat file on the VDA.
test.bat
---
@ECHO OFF
ECHO Arg: %1
PAUSE
---
2. Create a shortcut for the bat file above. Place these 2 files to some folder on the VDA.
---
>dir /s/b
C:\PUB_APP\ShowArg.lnk
C:\PUB_APP\test.bat
>type test.bat
@ECHO OFF
ECHO Arg: %1
PAUSE
>
---
3. Publish the shortcut as a publish application with Citrix Studio. For example below, appname is ShowArg.
In order to receive arguments, please set %** to "command line argument" in property of the published app.
---
Application Setting > Location > command line arguments: %**
---
4. Logon to Citrix Receiver on a Endpoint Device.
5. Issue the following command and make sure it works fine.
c:\Program Files\Citrix\ICA Client\SelfServicePlugin\SelfService.exe -qlaunch ShowArg Citrix
6. But DBCS appears as garbages if issuing the following command
c:\Program Files\Citrix\ICA Client\SelfServicePlugin\SelfService.exe -qlaunch ShowArg シトリックス