> Do you still have the issue if you supply some more text?
Yes, I do. I supplied more text in which it contains Japanese/Chinese character
but Tika 1.2 could not detect this.
Thank you,
Shinichiro Abe
On 2012/11/15, at 1:59, Nick Burch wrote:
> 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