You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run the master lastest commit : a2c7b2f...caad43 version of unoconv.
I run unoconv on windows with the Libre Office Python 3.3.0.
I use Libre Office version 4.1.3.2 from http://portableapps.com/
My document testAccent is :
Exemple : Pouvez-vous aller « à » la librairie me commander ce livre ?
(Il s'agit bien d'une préposition puisque la conjugaison est impossible !)
Thanks for the very detailed troubleshooting and the feedback.
Feedback like this helps other users to investigate their own issues because you show your exact thought process and commands.
I've got the same error.
I run the master lastest commit : a2c7b2f...caad43 version of unoconv.
I run unoconv on windows with the Libre Office Python 3.3.0.
I use Libre Office version 4.1.3.2 from http://portableapps.com/
My document testAccent is :
I convert it with :
It gives me an ici: ISO-8859 text, with CRLF line terminators
with -f text it gives me an ici: ISO-8859 text.
When my document testChinese is :
When I do :
I gives me a lot of ????
file command gives me : ici: ASCII text, with CRLF line terminators
Hex dump gives me :
hexdump -C ici
With the same document.
When I do :
Command file gives me : ici: data
Hexdump gives me :
hexdump -C ici
I use cygwin to get linux commands.
I think it's because windows file encoding is not utf-8 by default.
Maybe it's python who doesn't handle file in the same fashion.
Tomorow, I'll build a linux station, and I will try to convert these example.
The text was updated successfully, but these errors were encountered: