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 55751 - build doesn't take into account explicit source file encoding
Summary: build doesn't take into account explicit source file encoding
Status: RESOLVED DUPLICATE of bug 19928
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-02 09:21 UTC by strzinek
Modified: 2005-03-09 23:37 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 strzinek 2005-03-02 09:21:51 UTC
when building under 4.0+ release, the default ant
build script doesn't take into account encoding
explicitly set on individual java source files.
Comment 1 Jesse Glick 2005-03-09 23:37:44 UTC
There is no general support yet for file encoding. Use \uXXXX escapes in the
meantime, or use only the encoding set on your machine as the platform default
encoding. (On modern versions of Linux this is easy because it should be UTF-8
and that can encode anything, but other OSs may not make it so simple.)

*** This issue has been marked as a duplicate of 19928 ***