javac should always use UTF-8 encoding

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1070488 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2011-02-14 14:04:35 +00:00
parent 23e9af6057
commit 18944a28b5
1 changed files with 3 additions and 0 deletions

View File

@ -33,5 +33,8 @@
<entry name="README*" />
</wildcardResourcePatterns>
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_STRING" value="-encoding utf-8" />
</component>
</project>