Miha Radej пишет:
> [...skip...]
>
> and it works without problems. well, except one, described here:
> http://archives.postgresql.org/pgadmin-support/2005-06/msg00016.php
> after your build, can you please send me a note if you get the same
> error please? thank you :)
>
> regards,
> M
>
By default in SuSE (for Russian locale):

set | grep 'FILENAME_ENCODING'
[EMAIL PROTECTED],UTF-8,KOI8-R

Short way to fix it for wx application:

mv /usr/bin/pgadmin3 /usr/bin/pgadmin3-bin
cat > /usr/bin/pgadmin3 << EOF
#!/bin/bash
#
# This is a wrapper for wxWidgets-2.6.x bug
#
G_FILENAME_ENCODING=UTF-8 /usr/bin/pgadmin3-bin

EOF

chmod a+x /usr/bin/pgadmin3

wbr,
Vasilev Max


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to