UTF-8 issues

From: Jean-Michel POURE <jm(dot)poure(at)freesurf(dot)fr>
To: pgadmin-hackers(at)postgresql(dot)org
Cc: Andreas Pflug <Andreas(dot)Pflug(at)web(dot)de>, "Adam H(dot) Pendleton" <fmonkey(at)fmonkey(dot)net>
Subject: UTF-8 issues
Date: 2003-06-10 07:24:21
Message-ID: 200306100924.21355.jm.poure@freesurf.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Tuesday 10 June 2003 11:06, Andreas Pflug wrote:
> There's one patch pending, that's Hiroshi's patch regarding the
> scintilla lexer, which will take some time to make it's way into
> wxWindows cvs. There should be no problem about that, because it's just
> a better highlighting thing, not a "won't go" situation that we had with
> older wx versions.

Perfect, thanks for your help Andreas. I now build daily snapshots and plan to
upload them to Snake everyday.

By the way:
- Make install does not install language files. Adam, can it be done easilly?
- I think it is preferable to store all .po files in UTF-8 format. This will
help us track UTF-8 bugs. Also, it is always easier to have a single encoding
for all languages.

To convert language files to UTF-8:
recode latin1..utf8 DE_de/pgadmin3.po

Cheers,
Jean-Michel

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jean-Michel POURE 2003-06-10 07:30:42 Re: pgadmin3 clientencoding
Previous Message Dave Page 2003-06-10 07:15:33 Re: Make install patch