Report showing junk characters for Chinese characters - Progress 4GL
Some time when we generate a report and it included some Chinese characters then system shows junk character in place of proper Chinese characters to overcome this issue while generating the output you should use code page which can understand Chinese character
exp
output stream ss to "hello.txt" CONVERT SOURCE TARGET "UTF-8".
exp
output stream ss to "hello.txt" CONVERT SOURCE TARGET "UTF-8".
Comments