Re: [Firebird-net-provider] Incorrect handling of UNICODE_FSS or UTF8

2007-12-11 Thread Pave Sejrek
Once I had a similar problem using UNICODE_FSS and Firebird .Net Data Provider 2.1.0 for .NET 2.0. After lots of testing I found out that the only right solution is to use UTF8. One small problem is that IBExpert shows for german umlauts raw UTF8 characters. But ODBC and Firebird .Net Data

[Firebird-net-provider] Possible issue in FirebirdSql.Data.FirebirdClient - Charset.cs

2007-11-02 Thread Pave Sejrek
Hallo, I'm using: fbembed.dll - 2.0.3.12981 FirebirdSql.Data.FirebirdClient.dll - 2.1.0.0 my db is in UNICODE_FSS I was still having problems with encoding. Unicode strings saved from my .NET application were correctly writen and retrieved. But when reading these string over ODBC or in

Re: [Firebird-net-provider] Possible issue in

2007-11-02 Thread Pave Sejrek
OK, so what should I do? 1] put back encoding of UNICODE_FSS to UTF-8 and find replacements for DB client and ODBC driver. Currently I use IBExpert and ODBC Firebird/Interbase Driver by IBPhoenix. 2] keep the changed version and possibly have invalid unicode characters in my DB when using