On 20/02/2020 08:54, Mark Rotteveel wrote: > So, I assume that ISQL will use that character set information of a > column - if present - and otherwise use the default encoding.
ISQL just output data received by client (which may be converted to the client charset if specified), and that data, if sent to screen, must match the terminal character set. ISQL (now) does only uses the character set, if UTF8 or UNICODE_FSS, to align (pad) columns not using byte counts, but character counts. Adriano Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel
