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

[Bug] Crashes in .NET Framework [sf#7] #29

Open teambob opened 9 years ago

teambob commented 9 years ago

Reported by andrewpunch on 2004-06-30 01:44 UTC "I am using Visual Studio .NET 2003 with C# and tried to use your library in a COM interop wrapper. It seems to compile and pass simple unit tests. However, when used in my application it causes very strange exceptions that I am sure are due to some COM issues running in .NET managed environment."

Created on behalf of Larry Aasen.

teambob commented 9 years ago

Commented by andrewpunch on 2004-06-30 01:44 UTC Test programme Attached file DOCFRA%7E1.ZIP:

The file could not be attached: 'ascii' codec can't decode byte 0xcb in position 16: ordinal not in range(128)

teambob commented 9 years ago

Updated by andrewpunch on 2004-09-13 01:36 UTC