Re: bugfix: Encoding of config files - Mailing list pgadmin-hackers

From Andreas Pflug
Subject Re: bugfix: Encoding of config files
Date
Msg-id 43D67B06.3040500@pse-consulting.de
Whole thread Raw
In response to Re: bugfix: Encoding of config files  ("Dave Page" <dpage@vale-housing.co.uk>)
Responses Re: bugfix: Encoding of config files  (Dave Page <dpage@vale-housing.co.uk>)
List pgadmin-hackers
Dave Page wrote:
>
>
>
>>-----Original Message-----
>>From: Andreas Pflug [mailto:pgadmin@pse-consulting.de]
>>Sent: 23 January 2006 23:31
>>To: Dave Page
>>Cc: Magnus Hagander; pgadmin-hackers@postgresql.org
>>Subject: Re: [pgadmin-hackers] bugfix: Encoding of config files
>>
>>
>>NB, when reading AND writing!
>>And the wxUtfFile class will behave differently when creating
>>a file or
>>rewriting (will preserve encoding in the latter case)
>
>
> Err, ok. Well, how does the attached look o'Guru of encoding and such
> things?

No need to detect encoding, file reading/writing committed.

This problem probably persisted before, but problematically the problem
that when opening a file after a file was opened (just open a file, and
then open a recent file) is still persistent as problem. Probably a
not-so-clean destructor (line array?)

Regards,
Andreas

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by andreas: r4957 - trunk/pgadmin3/src/frm
Next
From: Dave Page
Date:
Subject: Re: bugfix: Encoding of config files