Utf8ToWs: Malformed trail byte

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
maziar
Posts: 5
Joined: Fri 26 Dec 2008 08:19

Utf8ToWs: Malformed trail byte

Post by maziar » Sat 27 Dec 2008 09:05

bug in access firebird 2.1 with unicode_fss with widestring when try open UniQuery :x

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 29 Dec 2008 09:13

Maybe data in your database in not correct UTF8 string.

Please specify the definition of the database table, data in this table, and your SQL statement.

maziar
Posts: 5
Joined: Fri 26 Dec 2008 08:19

Post by maziar » Mon 29 Dec 2008 11:09

Database : Firebird 2.1.1
codepage : unicode_fss

tabels : varchar with charset unicode_fss

Client side

Charset : Arabic
setting charset of unidac :codepage : unicode_fss


the same database work in heavy load in ise fibplus no any problem !

Post Reply