You could post your question to Groovy mailing list to see if someone could help you there.
http://groovy.codehaus.org/Mailing+Lists On Wed, Jun 8, 2011 at 8:25 AM, Hari <[email protected]> wrote: > > > On 8 June 2011 11:22, Hari <[email protected]> wrote: > >> 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 >> > > HI , > I tried to execute With UTF-8. It also not working. Can you help me in any > way > > -- > 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. > -- 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.
