vaites / php-apache-tika

Apache Tika bindings for PHP: extract text and metadata from documents, images and other formats
MIT License
116 stars 22 forks source link

Documentation issue - encoding #30

Closed yourpropertyexpert closed 3 years ago

yourpropertyexpert commented 3 years ago

The main documentation (README.md) contains the text:

Encoding By default the returned text is encoded with UTF-8 but there are some issues with the encoding when using the app mode. The Client::setEncoding() method allows to set the expected encoding (this will be fixed in the upcoming 1.0 release).

The final bit (highlighted above in bold) either needs updating with a new release number, or (probably) just deleting.

vaites commented 3 years ago

Thanks @yourpropertyexpert, I need to remove the bold text, the 1.0 version works well with UTF-8.

vaites commented 3 years ago

Just updated the README.md. Thanks!