[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: viewing docx files
From: |
Tomas Nordin |
Subject: |
Re: viewing docx files |
Date: |
Mon, 30 Jan 2017 23:03:56 +0100 |
Yuri Khan <yuri.v.khan@gmail.com> writes:
> Instead of iconv, use xmllint --encode utf-8. It will extract the
> source encoding from the XML declaration at the top of the file, and
> reencode from that to UTF-8. Trigger it unconditionally, for each
> *.xml file in the archive.
>
> Consider also trying to persuade Pandoc developers to support
> non-UTF-8-encoded XML data.
Seem like good ideas to keep in the pocket. I have been surfing around a
bit and it seems the docx xml files should be utf-8 encoded by default.
- Re: viewing docx files, (continued)
Re: viewing docx files, Eli Zaretskii, 2017/01/28
Re: viewing docx files, Joost Kremers, 2017/01/28
Re: viewing docx files, Tomas Nordin, 2017/01/28
Re: viewing docx files, Tomas Nordin, 2017/01/29
Re: viewing docx files, Tomas Nordin, 2017/01/30