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

2007-11-02 Thread Carlos
Hello:

 retrieved. But when reading these string over ODBC or in IBExpert they

IBExpert has no real support for UTF-8 ( at least as i know ), on ODBC
you should check if UTF-8 is correctly supported by the driver you are
using.

-- 
Carlos Guzmán Álvarez
Vigo-Spain

Blog: http://carlosga.wordpress.com/
FirebirdClient  : http://www.firebirdsql.org/
XMPP Client : http://code.google.com/p/xmppclient/
-
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


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

2007-11-02 Thread Jiri Cincura
Changing to NONE does the same thing, that IBExpert do. Saving raw
UTF-8 date into column without any interpretation. So that you match
with IBEXpert.

-- 
Jiri {x2} Cincura (Microsoft Student Partner)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-
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


[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 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