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
= 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
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.
--
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