Mike Kaganski wrote 03.09.2021 12:49:
By the way: is there a way to work with isql using UTF-8 on Windows?

From standard command shell the maximum you can do is to execute external SQL script saved in UTF-8. Something like that:

> isql employee -ch utf-8
Database: employee, User: SD
SQL> shell chcp 65001;
Active code page: 65001
SQL> in aaa.sql;

CONSTANT CAST
======== ========================================
абв      D0B0D0B1D0B2

I never experimented with PowerShell or bash in MSYS or LoW. Probably they can work better.

--
  WBR, SD.


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to