PDA

View Full Version : Unicode strings in variables



drwatson
05-16-2017, 10:06 AM
Hallo experts
If I paste a Unicode string into a variable, the unicode characters will be destroyed:

4528

Result:
4529

Is there a way to handle unicode strings?

Redards
Martin

linder
05-17-2017, 02:06 AM
Martin,

No, the underlying development system does not support UNICODE yet.

Friedrich

drwatson
05-17-2017, 09:26 AM
Thank you for the information. I got a workaround using powershell to shift the unicode-strings to registry.
Martin