teambob / docfrac

DocFrac is a document converter that can convert between RTF, HTML and ASCII text. This includes RTF to HTML and HTML to RTF. Supports text formatting (e.g. bold); tables; and most European languages. Available for Windows; Linux; ActiveX and DLL.
GNU General Public License v2.0
13 stars 6 forks source link

[Feature] Unicode Support [sf#5] #49

Closed teambob closed 9 years ago

teambob commented 9 years ago

*Reported by anonymous on 2004-10-11 06:23 UTC** Thank you first from the bottom of our hearts for making the cute tool and releasing under LGPL.

We were thinking of using your "rtf conversion component" in one of our university project which retrieves html data through SOAP protocol and inserts into a rtf text box for editing. After editing, it sends the rtf data (converted to html) back to the server module.

We have prepared a parser, which is not working properly. Your parser works well except the fact that it can't handle unicode data. I was trying to hack the codes to include the support for unicode. But my project is not giving me much time.

Any help would be much appreciated.

- S. M. Mahbub Murshed

teambob commented 9 years ago

Commented by andrewpunch on 2004-10-11 06:44 UTC Logged In: YES user_id=928005

Will be added in next version.

See also: https://sourceforge.net/tracker/index.php?func=detail&aid=969349&group\_id=96923&atid=616367

teambob commented 9 years ago

Updated by andrewpunch on 2004-10-11 06:46 UTC