How do I convert a Unicode character to an RTF charset character? I want to write a Russian string to a mostly English RTF file from .Net. I have experimented by pasting the string into the RTF file using Word. Word declares charset204, i.e. cyrillic, and
converts each cyrillic character to a hex number, e.g the cyrillic character К (unicode 0x041A) is converted to \'ca.
None
0 Points
8 Posts
Convert Unicode to RTF charset
Oct 04, 2006 12:06 PM|stephen_k_walsh|LINK
How do I convert a Unicode character to an RTF charset character? I want to write a Russian string to a mostly English RTF file from .Net. I have experimented by pasting the string into the RTF file using Word. Word declares charset204, i.e. cyrillic, and converts each cyrillic character to a hex number, e.g the cyrillic character К (unicode 0x041A) is converted to \'ca.