This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 161219

Summary: cannot set the encoding of a grails project
Product: groovy Reporter: branaway <branaway>
Component: GrailsAssignee: Martin Janicek <mjanicek>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description branaway 2009-03-26 09:14:09 UTC
Unlike in a Java project, there is no way I can specify the encoding of source files in a Grails project. This causes
trouble running netbeans on a Chinese Vista: The source code of Java files in the grails project seems to be encoded in
UTF-8 but the compiler treats it as the native encoding, GBK in my case, ruining all the String literals. 

The whoel encoding issue needs to be addressed. 

Thanks
Comment 1 Martin Janicek 2011-12-05 16:23:17 UTC
Moving to Grails component
Comment 2 Martin Janicek 2011-12-30 18:13:17 UTC

*** This bug has been marked as a duplicate of bug 139484 ***