Re: [Python.NET] passing unicode strings to dotnet-library using mono on ubuntu

2008-05-15 Thread Michael Foord
Ulrich Eck wrote: Hi there, i'm working with pyhtonnet to use features from itextsharp ( a dotnet pdf library). the purpose of the app is to fill out pdf forms from within a turbogears appserver. i tried several combinations of encodings and passing str/unicode/SystemString types to a uti

[Python.NET] passing unicode strings to dotnet-library using mono on ubuntu

2008-05-15 Thread Ulrich Eck
Hi there, i'm working with pyhtonnet to use features from itextsharp ( a dotnet pdf library). the purpose of the app is to fill out pdf forms from within a turbogears appserver. i tried several combinations of encodings and passing str/unicode/ SystemString types to a utility function th