Hi,
is it possible to use unicode characters on powerserver cloudapp? On a native powerbuilder app we have to append "DisableBind=0,NCharBind=1" to the DBParm, if we don't use that, some chars are recognized as questions marks (?). Example:
The following string: (please see the image in the attachment, because the unicode chars will not be shown correctly on this board)
will be inserted as the following in the database: A A B C C D E E F G H I J K L L M N N O Ó P R S S T U W Y Z Z Z ° ? ? ? ? ? ? ? ? ? ? ? ??
If we use "DisableBind=0,NCharBind=1" on the DBParm, the string will be completly inserted and selected right, without any errors or wrong chars as it is shown above.
But when we use the same string by using a powerserver cloudapp, the client will crash when the string does contain characters like the smiley at the end in the attachment. We get a Bad Request 400 error when trying to save the datawindow which contains the string, after that the cloudapp crashes.
Regards,
Jonas Schwartz