Hi ,
In groovyc the encoding code mentioned as *US-ASCII. *If we change it as
UTF -8. Is it work fine ?
String encoding = null;
try {
encoding = System.getProperty("file.encoding", "*US-ASCII*");
}
catch (Exception e) {
}
try {
encoding = System.getProperty("groovy.source.encoding", encoding);
}
Regards,
Hari
--
You received this message because you are subscribed to the Google Groups
"tellurium-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tellurium-users?hl=en.