Hints

Поиск
Список
Период
Сортировка
От Marek Černocký
Тема Hints
Дата
Msg-id 1366823347.15060.23.camel@sirius
обсуждение исходный текст
Ответы Re: Hints  (Dave Page <dpage@pgadmin.org>)
Список 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ý


Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dinesh Kumar
Дата:
Сообщение: Re: PATCH: Debugger Redesign
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Ensure the Query Tool's maximum column length setti