Re: [Firebird-net-provider] [firebird-support] Not converttoUNICODE in Embedded

2008-10-11 Thread Jiri Cincura
It should be fixed. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux b

Re: [Firebird-net-provider] [firebird-support] Not converttoUNICODE in Embedded

2008-08-11 Thread Carlos Guzmán Álvarez
Hello: > Problem is, that for i.e. win1250 it works fine, so some quick'n'dirty > conversion isn't good. Do you have any idea how to solve this? Do > there conditional conversion? ... > And for UTF-8 works or not ?? if not, maybe there is a way to read the string byt to byte into a buffer and e

Re: [Firebird-net-provider] [firebird-support] Not converttoUNICODE in Embedded

2008-08-10 Thread Jiri Cincura
Hello, I've looked to DNET-172. The PtrToStringUni cannot be used, it returns wrong result. In fact the string from library is ansi, but the method widens the string into unicode. So even that the message from server is unicode (but read as ansi) it's widened to unicode (again). Problem is, that

Re: [Firebird-net-provider] [firebird-support] Not converttoUNICODE in Embedded

2008-08-05 Thread Jiri Cincura
On Tue, Aug 5, 2008 at 12:37 PM, Carlos <[EMAIL PROTECTED]> wrote: > i couldn't check it, but it looks like a bug, yes xD Hi Carlos, add it to tracker. I or you will look at it in next days. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

Re: [Firebird-net-provider] [firebird-support] Not converttoUNICODE in Embedded

2008-08-05 Thread Carlos
Hello: > Is this a bug? > i couldn't check it, but it looks like a bug, yes xD > -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - This SF.Net email is sponsored by the Moblin Your Move Developer's ch

Re: [Firebird-net-provider] [firebird-support] Not converttoUNICODE in Embedded

2008-08-05 Thread Pham Huu Le Quoc Phuc
Is this a bug? _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Sent: Tuesday, August 05, 2008 17:20 To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] [firebird-support] Not converttoUNICODE in Embedded Hello