RE: Passing multi-byte strings from ANT using task

2008-12-17 Thread Shashidhar Kotta
d pass 'hmỘnяỘỆ' then only the 'я' characters is getting passed properly. Other strings are coming as '?'(i.e 'hm?nя??') Thanks, Shashidhar Kotta. -Original Message- From: Shashidhar Kotta Sent: Thursday, December 11, 2008 3:58 PM To: Ant Users List

RE: Passing multi-byte strings from ANT using task

2008-12-11 Thread Shashidhar Kotta
= System.getProperty("com.param1").trim(); bos.write(username); bos.close(); and here is the output from "testoutput.txt" file -?m?nя?? Thanks, Shashidhar Kotta. -Original Message- From: Greg Roodt [mailto:[EMAIL PROTECTED] S

RE: Passing multi-byte strings from ANT using task

2008-12-11 Thread Shashidhar Kotta
e set this inside the java program(like the code below) then it is printing proper multi-byte character: System.setProperty("com.param1", "\u0012"); System.out.println(System.getProperty("com.param1")); Thanks, Shashidhar Kotta. --

Passing multi-byte strings from ANT using task

2008-12-10 Thread Shashidhar Kotta
working on Windows environment with language pack installed and using the Eclipse which has "text file encoding" property set to UTF-8. Could someone help me in resolving this issue? Thanks in Advance… Thanks, Shashidhar Kotta. Disclaimer The information contained in this com