bugfix: Encoding of config files

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема bugfix: Encoding of config files
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE6C7F07@algol.sollentuna.se
обсуждение исходный текст
Список pgadmin-hackers
Hi!


Seems the config files are read as ASCII but written as UTF8. I don't
think you'd normally see non-ascii characters in the values, but I
definitly have them in the comments somewhere. And things should at
least be consistent.

Attached patch reads the file as UTF8, and doesn't change the writing.

//Magnus

Вложения

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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: Missing make files, etc
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Patch: Config editors