Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

Commit

Permalink
newer versions of notepad support Unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Getreu committed Sep 2, 2018
1 parent d700455 commit c98a387
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions doc/adoc2docbook2pdf
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ echo fopub -H "$XmlFileName"
fopub -H "$XmlFileName" && \
rm "$XmlFileName" && \
rm -v -r "$OutDirName/images/" && \
rm -v -r "$OutDirName/.asciidoctor/" && \
mv -v "$OutDirName/$AdocBaseName.pdf" "$OutDirName/$PdfBaseName.pdf" && \
mupdf "$PdfFileName" &
rm -v -r "$OutDirName/.asciidoctor/" ; \
mv -v "$OutDirName/$AdocBaseName.pdf" "$OutDirName/$PdfBaseName.pdf" ; \
atril "$PdfFileName" &

}

Expand Down
7 changes: 4 additions & 3 deletions doc/source/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -613,9 +613,10 @@ commments `CONFIGURATION SECTION START` and `CONFIGURATION SECTION END`.
NOTE: The only file you edit to change the default choices for _editor_ and
_viewer_ under Windows is `adco-note.bat`. *Not* `adoc-note`!
+
IMPORTANT: New notes are created with an Unicode BOM indicating Unicode encoding.
Do not use the `notepad` editor as it does not understand Unicode. Use
`Wordpad` or and other modern Unicode editor instead.
IMPORTANT: New notes are created with an Unicode BOM indicating Unicode
encoding. Do not use the `notepad` editor coming with Windows older then Vista.
These old versions of `notepad` do not handle Unicode correctly. Use `Wordpad`
or and other modern Unicode editor instead.
+
Here you can specify what browser you want to use, e.g. if you choose
`firefox.exe` or `chromium.exe` and you can specify the parameters these
Expand Down

0 comments on commit c98a387

Please sign in to comment.