On 14/11/12 09:17, Shinichiro Abe wrote:
Hi,I have some simple code to call Tika. Tika 1.0/1.1 return "€100" but Tika 1.2 doesn't return "€100"(nothing):InputStream input = new ByteArrayInputStream("€100".getBytes("UTF-8"));
4 characters is a very short amount of data to be working on to detect. Do you still have the issue if you supply some more text?
Nick
