I am able to store a chinese word into the progress DB.
I can see the word from GUI procedure editor also.
When i am trying give the print into an HP printer from GUI editor using the code
SYSTEM-DIALOG PRINTER-SETUP
NUM-COPIES 1.
output stream report to PRINTER PAGED.
PUT STREAM report CONTROL v-elite.
put stream report "登船日期" at 1
.
But its printing some other letters.
I tried saving the same word as a .txt file (encoding UTF-8) and i gave the print.That time i am getting the exact print.
Can someone help me to solve this problem
I can see the word from GUI procedure editor also.
When i am trying give the print into an HP printer from GUI editor using the code
SYSTEM-DIALOG PRINTER-SETUP
NUM-COPIES 1.
output stream report to PRINTER PAGED.
PUT STREAM report CONTROL v-elite.
put stream report "登船日期" at 1
.
But its printing some other letters.
I tried saving the same word as a .txt file (encoding UTF-8) and i gave the print.That time i am getting the exact print.
Can someone help me to solve this problem