coding=xxx on the command line to force the default
encoding, if required.
Hope this helps
Keith
-Original Message-
From: Patrick Martin [mailto:[EMAIL PROTECTED]
Sent: 04 May 2006 15:41
To: Ant User
Subject: Re: SQL task output encoding
I might be wrong on this:
>>>>&g
I might be wrong on this:
Java Reader and Writer always use Unicode by default
On 5/4/06, Patrick Martin <[EMAIL PROTECTED]> wrote:
Hello,
I'd like to know which encoding is used by the SQL task when outputing
to a file. I believe it is unicode but I need to be sure...
has an encoding attri
Hello,
I'd like to know which encoding is used by the SQL task when outputing
to a file. I believe it is unicode but I need to be sure...
has an encoding attribute, but it is used when loading the script to run.
Reading the code, it seems that the output encoding cannot be set via
ant. Here is