Kazuko O. wrote:
I tried xxe V8.3, which is for translation, to see what is improved about md 
file support.
I confirmed that UTF8 BOM md file is saved to the same encoding file.
But Japanese md files (UTF8) without starting BOM are not still correctly 
displayed also on V8.3.
Does not xxe support md file without starting BOM?

We have implemented a workaround for this issue in *all* our products supporting Markdown files (XXE: http://www.xmlmind.com/xmleditor/, ditac: http://www.xmlmind.com/ditac/, ebookc: http://www.xmlmind.com/ebookc/).

Excerpts from future XXE v9 change history:
====================================================================
Enhancements:

* When the "Edit source" add-on is installed (which is the case by default), XXE may be used to edit plain text files. XXE now understands the GNU Emacs file variable[1] called "coding". In absence of a BOM, variable coding may be used to specify the encoding of a text file. Markdown example:

---
<!-- -*- coding: iso-8859-1 -*- -->

Heading
=======

## Sub-heading

Paragraphs are separated
by a blank line.
---
====================================================================
[1] https://www.gnu.org/software/emacs/manual/html_node/emacs/File-Variables.html




--
XMLmind XML Editor Support List
xmleditor-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to