Re: [Firebird-devel] Bug in interface.cpp init method

2015-10-27 Thread Alex Peshkoff
On 10/25/2015 03:46 PM, Mark Rotteveel wrote: > I am looking at the init method in interface.cpp, and I see this: > > if (port->port_protocol < PROTOCOL_VERSION12) > { > // This is FB < 2.5. Lets remove that not recognized DPB/SPB and > convert the UTF8 > // strings to the OS codepage.

Re: [Firebird-devel] Bug in interface.cpp init method

2015-10-26 Thread Alex Peshkoff
On 10/25/2015 03:46 PM, Mark Rotteveel wrote: > I am looking at the init method in interface.cpp, and I see this: > > if (port->port_protocol < PROTOCOL_VERSION12) > { > // This is FB < 2.5. Lets remove that not recognized DPB/SPB and > convert the UTF8 > // strings to the OS codepage.

[Firebird-devel] Bug in interface.cpp init method

2015-10-25 Thread Mark Rotteveel
I am looking at the init method in interface.cpp, and I see this: if (port->port_protocol < PROTOCOL_VERSION12) { // This is FB < 2.5. Lets remove that not recognized DPB/SPB and convert the UTF8 // strings to the OS codepage. intlParametersBlock.fromUtf8(dpb, isc_dpb_utf8_filename