Ant uses a FileReader to read your files. A FileReader assumes the default encoding.
If you have this as a general need you might want to look at adding an encoding param
to the sql task and patching it to use an
InputStreamReader rather than a FileReader.
HTH
> -----Original Message-----
> From: fanyun [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 09, 2001 9:12 PM
> To: [EMAIL PROTECTED]
> Subject: Ant SQL call and double byte charactors
>
>
> Hi all:
>
> I am using ant 1.3. When I want use ant to execute an sql
> file which has some chinese charactor inside it, I find ant
> seems can not handle double bytes correctly. Is there any solution?
>
> The sql file its self can be installed correctly using
>
> mysql < a.sql
>
>
> Regards
>
>
> fanyun
>
> -----Original Message-----
> From: Jason Rogers [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 10, 2001 2:00 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: How do I remove multiple directories?
>
>
> I think you could do the following:
>
> <delete includeEmptyDirs="true" >
> <fileset dir="parent_of_dirname-*" />
> </delete>
>
> If that doesn't work, do an <exec/> on the *nix command.
>
> -Jason
>
> > -----Original Message-----
> > From: Ivan Bilenjkij [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, August 09, 2001 1:52 PM
> > To: [EMAIL PROTECTED]
> > Subject: How do I remove multiple directories?
> >
> >
> > Hello,
> >
> > I have a group of directories with names like:
> > dirname-0001, dirname-0002,
> > etc. that I would like to remove, regardles whether
> > they're empty or not. On
> > *nix box I would just type rm -rf dirname-* but if I try
> > to do this with
> > ant, like: <delete file="dirname-*" /> nothing happens.
> > Does anybody know
> > how do I do this?
> >
> >
> > Thanx
> >
> >
> >
>
>