Author: jukka
Date: Sun Dec 13 01:17:41 2009
New Revision: 890016
URL: http://svn.apache.org/viewvc?rev=890016&view=rev
Log:
Add a change log entry about the character encoding improvements.
Modified:
lucene/tika/trunk/CHANGES.txt
Modified: lucene/tika/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/lucene/tika/trunk/CHANGES.txt?rev=890016&r1=890015&r2=890016&view=diff
==============================================================================
--- lucene/tika/trunk/CHANGES.txt (original)
+++ lucene/tika/trunk/CHANGES.txt Sun Dec 13 01:17:41 2009
@@ -10,6 +10,11 @@
required parser libraries. This bundle package makes it easy to use all
Tika features in an OSGi environment. (TIKA-340)
+ * Handling of character encoding information in input metadata and HTML
+ <meta> tags has been improved. When no applicable encoding information is
+ available, the encoding is detected by looking at the input data.
+ (TIKA-332, TIKA-334, TIKA-335, TIKA-341)
+
Release 0.5 - 11/14/2009
------------------------