Hints

From: Marek Černocký <marek(at)manet(dot)cz>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Hints
Date: 2013-04-24 17:09:07
Message-ID: 1366823347.15060.23.camel@sirius
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

I updated Czech version of hint files. (attachment hints-cs_CZ.zip)

While testing, I found two problems with hints.

1. Displays garbage non-ASCII chars for UTF-8 encoded files. I changed
code to suppose all hint files are UTF-8 encoded and load it right way.
I fixed files, which didn't have UTF-8 header.

2. If config file .pgadmin3 has not set item LanguageId,
wxLANGUAGE_UNKNOWN is used and user see en_US hints instead by your
locale. I changed it to wxLANGUAGE_DEFAULT.

Changes are attached in hints.patch

Regards
Marek Černocký

Attachment Content-Type Size
hints-cs_CZ.zip application/zip 16.4 KB
hints.patch text/x-patch 26.9 KB

Responses

  • Re: Hints at 2013-04-25 13:54:12 from Dave Page

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2013-04-25 13:13:06 pgAdmin III commit: Ensure the Query Tool's maximum column length setti
Previous Message Dinesh Kumar 2013-04-24 13:42:32 Re: PATCH: Debugger Redesign