JamesBowen
19+ years progress programming and still learning.
Sorry if the title of the thread could be misleading but I was not sure how to word it.
With my ABL code I have some static/hard-coded Unicode characters which I use to output to an XML document.
I have the following code:
which is interpreted as 新細明體.
Is there a more elegant way of storing the Unicode characters within the ABL code?
With my ABL code I have some static/hard-coded Unicode characters which I use to output to an XML document.
I have the following code:
Code:
CHR(0xE696B0) + CHR(0xE7B4B0) + CHR(0xE6988E) + CHR(0xE9AB94)
Is there a more elegant way of storing the Unicode characters within the ABL code?