In compilation time of stored procedures not ASCII characters are distorted
----------------------------------------------------------------------------
Key: CORE-4119
URL: http://tracker.firebirdsql.org/browse/CORE-4119
Project: Firebird Core
Issue Type: Bug
Affects Versions: 3.0 Initial
Reporter: Simonov Denis
In compilation time of stored procedures not ASCII characters are distorted
c:\Program Files\Firebird\Firebird_3_0>isql
Use CONNECT or CREATE DATABASE to specify a database
SQL> set names win1251;
SQL> create database 'localhost/3051:d:\interbasedata\3.0\test.fdb' user
'sysdba' password 'masterkey' default character set win1251;
SQL> set term ^;
SQL> create procedure myproc
CON> as
CON> begin
CON> -- Моя процедура
CON> end^
SQL> set term ;^
SQL> show procedure myproc;
Procedure text:
=============================================================================
begin
-- Р?ВRРї Р+Р°ВRР¶Т?В¤Р?Р°В
end
=============================================================================
Version 2.5.2 work is correct
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel