You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by do...@apache.org on 2007/07/18 20:00:00 UTC

svn commit: r557342 - in /lucene/nutch/trunk: CHANGES.txt default.properties

Author: dogacan
Date: Wed Jul 18 10:59:59 2007
New Revision: 557342

URL: http://svn.apache.org/viewvc?view=rev&rev=557342
Log:
NUTCH-517 - build encoding should be UTF-8. Contributed by Enis.

Modified:
    lucene/nutch/trunk/CHANGES.txt
    lucene/nutch/trunk/default.properties

Modified: lucene/nutch/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/CHANGES.txt?view=diff&rev=557342&r1=557341&r2=557342
==============================================================================
--- lucene/nutch/trunk/CHANGES.txt (original)
+++ lucene/nutch/trunk/CHANGES.txt Wed Jul 18 10:59:59 2007
@@ -91,6 +91,8 @@
 
 30. NUTCH-506 - Nutch should delegate compression to Hadoop. (dogacan)
 
+31. NUTCH-517 - build encoding should be UTF-8. (Enis Soztutar via dogacan).
+
 Release 0.9 - 2007-04-02
 
  1. Changed log4j confiquration to log to stdout on commandline

Modified: lucene/nutch/trunk/default.properties
URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/default.properties?view=diff&rev=557342&r1=557341&r2=557342
==============================================================================
--- lucene/nutch/trunk/default.properties (original)
+++ lucene/nutch/trunk/default.properties Wed Jul 18 10:59:59 2007
@@ -19,7 +19,7 @@
 build.plugins = ${build.dir}/plugins
 build.docs = ${build.dir}/docs
 build.javadoc = ${build.docs}/api
-build.encoding = ISO-8859-1
+build.encoding = UTF-8
 
 test.src.dir = ./src/test
 test.build.dir = ${build.dir}/test