What are the attributes and values you are providing to the Ant task? What are the arguments you are passing to native2ascii on the command line?
For troubleshooting purposes, also make sure that the JAVA_HOME containing the native2ascii that you are running from the command line is the same JAVA_HOME used by Ant. -Andrew On Nov 21, 2007 10:16 AM, Cool Coder <[EMAIL PROTECTED]> wrote: > Hello Group, > I have some problem with native2ascii ant task for > non-english languages. When I run native2ascii task through ant task it > generates some junk characters for portuguese characters e.g. > Input char: Efectuar ligação > Output : Efectuar liga\ufffd\ufffdo > > But if I run antive2ascii in commandline without through ant task then it > generates correct characters e.g. > Input char: Efectuar ligação > Output : Efectuar liga\u00e7\u00e3o > which is correct. > > Could you please help me to find out what is the problem when it runs > through ant task? > > - BR > > > > --------------------------------- > Get easy, one-click access to your favorites. Make Yahoo! your homepage. >
