[
https://issues.apache.org/jira/browse/TIKA-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alberto Ornaghi updated TIKA-1080:
----------------------------------
Attachment: arabic.docx
tika command: java -jar tika.jar --server 8080
[The-One] > cat arabic.docx | nc server 8080
<?xml version="1.0" encoding="UTF-8"?><html
xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="Content-Type"
content="application/vnd.openxmlformats-officedocument.wordprocessingml.document"/>
<title/>
</head>
<body><p>اختبار لمعرفة ما اذا كان يعمل على طول الطريق حول</p>
<p><a name="_GoBack"/></p>
</body></html>%
tika command: java -jar tika.jar --text --server 8080
[The-One] > cat arabic.docx | nc server 8080
?????? ?????? ?? ??? ??? ???? ??? ??? ?????? ???
> Arabic characters under windows
> -------------------------------
>
> Key: TIKA-1080
> URL: https://issues.apache.org/jira/browse/TIKA-1080
> Project: Tika
> Issue Type: Bug
> Components: parser, server
> Affects Versions: 1.3
> Environment: Windows 2003 or Windows 2008
> Reporter: Alberto Ornaghi
> Attachments: arabic.docx
>
>
> If tika is executed under windows the text mode (--text) is failing to
> extract arabic chars and outputs only question marks. The same behaviour
> occurs if tika is executed as a server. The issue is not present in the GUI,
> only commandline. The issue is not present if the output is html.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira