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.
