Re: [firebird-support] cannot transliterate Firebird 1.5

2016-01-27 Thread Ertan Küçükoglu ertan.kucuko...@1nar.com.tr [firebird-support]
Is there any utf-8 code page that can be used as database charset? So, there will be possibly no more such issues. Sent from my iPhone > On 27 Jan 2016, at 15:25, Dimitry Sibiryakov s...@ibphoenix.com > [firebird-support] wrote: > > 27.01.2016 14:15,

Re: [firebird-support] cannot transliterate Firebird 1.5

2016-01-27 Thread Tim Ward t...@telensa.com [firebird-support]
On 27/01/2016 13:15, blumy2...@yahoo.com [firebird-support] wrote: in my Builder c++ 6 application i have a SQL query for a table, in Firebird 1.5.6 fdb database " where STRADA " + = QuotedStr(edText->Text). Field STRADA in table is define WIN1251 in edText, the are Romanian characters,

Re: [firebird-support] cannot transliterate Firebird 1.5

2016-01-27 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
27.01.2016 14:15, blumy2...@yahoo.com [firebird-support] wrote: > Field STRADA in table is define WIN1251 Win1251 is a Cyrillic character set, it dos not include Romanian letters. -- WBR, SD.

[firebird-support] cannot transliterate Firebird 1.5

2016-01-27 Thread blumy2...@yahoo.com [firebird-support]
in my Builder c++ 6 application i have a SQL query for a table, in Firebird 1.5.6 fdb database " where STRADA " + = QuotedStr(edText->Text). Field STRADA in table is define WIN1251 in edText, the are Romanian characters, like ş and ţ. if the text not include romanian characters,