| Author |
RTF to Text with CJK characters
|
Myan Mar
Greenhorn
Joined: Aug 05, 2003
Posts: 1
|
|
Hi I'm new here, and this is my first thread. I've been hassled by this chronic problem: I wish to convert an RTF file to text format. This RTF file contains CJK (Chinese, Japanese, Korean) characters in it. I used the following code: CJK characters are encoded in the form \'d6\'d0 in RTF files. These characters are translated literally into their decimal values and become extended ASCII letters in the converted text. What should I do about it? Please help!
|
 |
VIJAY Yadlapati
Ranch Hand
Joined: Aug 04, 2003
Posts: 175
|
|
|
Do you have support for those Langusges on your system...
|
 |
 |
|
|
subject: RTF to Text with CJK characters
|
|
|