Hi,
I am converting an application in to unicode.
my input string is an RTF string, and I need to convert this in to corresponding HTML string.

here is the input string:
This is for chineese language..

"{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fmodern\fprq6\fcharset134 SimSun;}}
{\colortbl ;\red0\green0\blue"}\viewkind4\uc1\pard\cf1\lang2052\f0\fs20\'cc\'d8\par
}"}

In this string between \fs20 and \par is the MESSAGE, which is in chineese.

now in my parser I need to convert the equavalant message of this message in to HTML..

So, How can I achieve this...

Regs