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 ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org