Subject TIB_Metadata - Cannot transliterate character between character sets
Author das_ist_aber_einfach
Hi,

I have a Database with CharSet ISO8859_1.
(Tested with: SELECT * from Rdb$database)

When i try to read the metadata into a stringlist(sl) with:
MetaData.ExtractToStrings(sl);
I get the following error:
"ISC ERROR CODE:335544565
ISC ERROR MESSAGE:
Cannot transliterate character between character sets"

In the IB_Monitor i can see, that the problem is the german
characters (ü,ö,ä,...), but only in the Field Comments.
When i change the ü to ue in the field comment, the error
appear in the next comment with ü,ö,ä,...

Are german characters in the field comments not allowed?

Best regards, Olaf