Skip to content
Snippets Groups Projects
Verified Commit 829c23f8 authored by Dan Allen's avatar Dan Allen
Browse files

clarify that the include directive allows the encoding to be specified

parent 04f70a42
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ In other words, you only have to use characters from US-ASCII in order to expres
The content itself, which includes paragraphs, titles, verbatim blocks, attribute names and values, custom block names, and so forth, may contain characters from any character range in Unicode.
An AsciiDoc processor assumes the input is encoded in UTF-8 and it encodes output documents in UTF-8 as well.
The include directive allows the encoding to be specified if the include file is not encoded in UTF-8.
== What's the relationship between a converter and a backend?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment