Subject Re: [firebird-support] Re: UTF8 problem with FB 2.1.3
Author Paul Vinkenoog
Michael Ludwig wrote:

> With isql (or other terminal stuff), you have to take into account the
> terminal itself, of course. It does work in cmd.exe, at least for simple
> cases like Reißwolf:
>
> \,,,/
> (o o)
> ------oOOo-(_)-oOOo------
> :: chcp 65001
> Aktive Codepage: 65001.
>
> :: Firebird_2_5\bin\isql.exe eins25 -u milu -p bla -ch utf8
> Database: eins25, User: milu
> SQL> input T:\MiLu\Dev\SQL\Firebird\charset-names.utf8.sql;
>
> S
> ================================================
> Reißbrett
> Reißbrett

Strange... I don't know how your input file was coded, but if I set the codepage to 65001 and invoke isql with connection charset utf8, I get this when selecting from the table:

Reiábrett
Reißbrett
Reißbrett

And if I *type* accented characters or eszetts, they don't appear on the screen. Sometimes they backspace the prompt away though! (In isql as well as on the Windows command line.)

I'm using Win7 Pro 64 bits. And you?


Paul Vinkenoog