Hello All.

  In current Firebird 4 I try following:

C:\Programs\Firebird\Firebird4>chcp 1251
Active code page: 1251
C:\Programs\Firebird\Firebird4>isql security4.fdb -u sysdba -ch win1251
Database: security4.fdb, User: SYSDBA
SQL> create user "абв" password 'где';
SQL> commit;
SQL> select plg$user_name from plg$srp;

PLG$USER_NAME
===============================================================
TEST
абв
SQL> select cast(plg$user_name as varchar(63) character set none) from plg$srp;

CAST
===============================================================
TEST
абв

It looks like user name is converted from win1251 into utf-8 one time more than needed. I guess the password as well.
  Can someone confirm that this is a bug?

--
  WBR, SD.


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

Reply via email to