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 - cannot set the encoding of a grails project
Summary: cannot set the encoding of a grails project
Status: RESOLVED DUPLICATE of bug 139484
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-26 09:14 UTC by branaway
Modified: 2011-12-30 18:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***