From: Carlos G. A. <car...@te...> - 2003-08-19 11:26:02
|
Hello: mailmur has reported a problem with the UNICODE_FSS character set in the .NET provider, i have this character set mapped to UTF-8 in the .NET Provider ( is this really correct ?? i think it's ok :) ), the problem gives with a field ( varchar field ) with a value of ( database was created using UNICODE_FSS as character set and i have made the test using Firebird 1.5 RC4 ) : Känkkäränkkä but in the .net provider when i read the field value i'm receiving 12 bytes of data: [0] 75 [1] 228 [2] 110 [3] 107 [4] 107 [5] 228 [6] 114 [7] 228 [8] 110 [9] 107 [10] 107 [11] 228 When i transfor this buffer into a string using the UTF-8 encoding of .NET the result is: Knkkrnkk Instead if i map the UNICODE_FSS character set to ISO8859_1 all runs fine, any idea about what can be the problem ?? -- Best regards Carlos Guzmán Álvarez Vigo-Spain |