Subject AnsiString and UTF8
Author tlexsoft
In most of the units AnsiString is used. But with this kind of string a real UTF8-coding isn't possible.
I have a string stored in a field of a database (Charset UTF8) and a IB_Connection with Charset UTF8. The content of this field are characters from russian und spanish language.
In IBODataset.pas there is a UTF8Decode (Row 3627) from the read content as ansistring! Why you are not using unicodestrings?