Re: Re : Copy from Edit data, Paste into OpenOffice

From: Dave Page <dpage(at)postgresql(dot)org>
To: Laurent ROCHE <laurent_roche(at)yahoo(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org, guillaume(at)lelarge(dot)info
Subject: Re: Re : Copy from Edit data, Paste into OpenOffice
Date: 2007-01-19 17:56:17
Message-ID: 45B10641.4070905@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Laurent ROCHE wrote:
> Well, it works for me too ... in english !
> It's down to the problem I mentioned in another post: when using the French version "Tab" is translated by "Tabulation" and does not produce Tab separated file !
>
> I just need to shorten the string from Tabulation to Tab ... and it works even in French !
> I suppose an easy way to avoid this would be to have a choice of separation characters with radio buttons (; , | tab) and the last one with an edit zone to be able to type in your own !

Or easier yet, equate '\t' with _("Tab") rather than wxT("Tab") (the
former being the translated string, the later, a literal).

Commited for 1.6.3.

Regards, Dave

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Philipp Specht 2007-01-20 12:33:02 Foreign Key selection / no public schema
Previous Message Laurent ROCHE 2007-01-19 17:44:04 Re : Copy from Edit data, Paste into OpenOffice Spreadsheet