I am getting a string from an external source (not a text file) that sends text as Ascii with Unicode characters encoded like this:
U+C218U+C815U+AC74
I need a method to convert this to the Unicode encoding format used by normal PowerBuilder string variables.
Thanks