Обсуждение: Full unicode support under GNU/Linux

Поиск
Список
Период
Сортировка

Full unicode support under GNU/Linux

От
Jean-Michel POURE
Дата:
Dear all,

Full unicode support now workds under GNU/Linux. Andreas, many thanks.

RedHat snapshot are already available on http://snake.pgadmin.org with
Unicode. As far as I tested, I could browse Japanese and German UTF-8 data.

At startup, pgAdmin3 send the following warning:
(process:5956): Gdk-WARNING **: locale not supported by C library

(process:5956): Gtk-WARNING **: Locale not supported by C library.
        Using the fallback 'C' locale.

It displays a small dialog window. I have to click on OK, and then pgAdmin3
starts up. Do you have any idea where this warning comes from.

Cheers,
Jean-Michel


Re: Full unicode support under GNU/Linux

От
"Hiroshi Saito"
Дата:
Hi all.

This Alpha Point. Congratulation!
The products of Developer's are wonderful.
It goes into the preparation for the approach to Japan.

With kindest regards,
Hiroshi-Saito

> Dear all,
>
> Full unicode support now workds under GNU/Linux. Andreas, many thanks.
>
> RedHat snapshot are already available on http://snake.pgadmin.org with
> Unicode. As far as I tested, I could browse Japanese and German UTF-8
data.
>
> At startup, pgAdmin3 send the following warning:
> (process:5956): Gdk-WARNING **: locale not supported by C library
>
> (process:5956): Gtk-WARNING **: Locale not supported by C library.
>         Using the fallback 'C' locale.
>
> It displays a small dialog window. I have to click on OK, and then
pgAdmin3
> starts up. Do you have any idea where this warning comes from.
>
> Cheers,
> Jean-Michel


Re: Full unicode support under GNU/Linux

От
Andreas Pflug
Дата:
Jean-Michel POURE wrote:

>RedHat snapshot are already available on http://snake.pgadmin.org with
>Unicode. As far as I tested, I could browse Japanese and German UTF-8 data.
>
Very good news.

>
>At startup, pgAdmin3 send the following warning:
>(process:5956): Gdk-WARNING **: locale not supported by C library
>
>(process:5956): Gtk-WARNING **: Locale not supported by C library.
>        Using the fallback 'C' locale.
>
>It displays a small dialog window. I have to click on OK, and then pgAdmin3
>starts up. Do you have any idea where this warning comes from.
>
>
>
No idea; won't happen on my system (LC_CTYPE = en_US). When setting to
LC_CTYPE=WeirdStuff, I get the same message. I'll debug this later.

Regards,
Andreas


Re: Full unicode support under GNU/Linux

От
Jean-Michel POURE
Дата:
On Wednesday 11 June 2003 16:00, Jean-Michel POURE wrote:
> At startup, pgAdmin3 send the following warning:
> (process:5956): Gdk-WARNING **: locale not supported by C library
>
> (process:5956): Gtk-WARNING **: Locale not supported by C library.
>         Using the fallback 'C' locale.

Bug gone (fixed by Andreas). RedHat RPMs uploaded.
Cheers, Jean-Michel