Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Resolved
-
2.3.0
-
Linux
Description
There are 2 files :
111.csv (Content-Encoding: UTF-8)
112.csv (Content-Encoding: GB18030)
Tika-app can get the text of the two files.
java -jar tika-app-1.24.1.jar -t 111.csv
java -jar tika-app-1.24.1.jar -t 112.csv
Tika-server can get the text of 111.csv.
curl -T 111.csv http://127.0.0.1:12000/tika --head "Accept: text/plain"
But Tika-server can not get the text of 112.csv.
curl -T 112.csv http://127.0.0.1:12000/tika --head "Accept: text/plain"