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



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Nutch-cvs mailing list
Nutch-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to