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 IBExpert they 
looked like raw UTF-8 and vice-versa.

After changing this line in Charset.cs

Charset.Add(charsets, 3, "UNICODE_FSS", 3, "UTF-8");
into:
Charset.Add(charsets, 3, "UNICODE_FSS", 3, "NONE");

it works. Unicode strings written by my .NET application are correctly 
retrieved by IBExpert or ODBC driver.
.
Pavel Sejrek



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to