bugfix: Encoding of config files

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: <pgadmin-hackers(at)postgresql(dot)org>
Subject: bugfix: Encoding of config files
Date: 2006-01-23 11:32:32
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE6C7F07@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Attachment Content-Type Size
config_file_encoding.patch application/octet-stream 479 bytes

Browse pgadmin-hackers by date

  From Date Subject
Next Message Magnus Hagander 2006-01-23 13:18:17 Patch: Config editors
Previous Message Dave Page 2006-01-23 09:13:11 Re: Missing make files, etc