summaryrefslogtreecommitdiff
path: root/docs/modules/ROOT/pages/install.adoc
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-04-30 23:51:49 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-05-01 01:42:00 -0600
commita4badf85d5714db246bacca6aff81849153024b9 (patch)
tree37540e189935a3fefd413b7a92e74342e6690ba9 /docs/modules/ROOT/pages/install.adoc
parent99a0a758833bc0e95b0d0dd4b712be11736dd3ee (diff)
replace instructions for modifying encoding with link to system encodings section in Asciidoctor docs
Diffstat (limited to 'docs/modules/ROOT/pages/install.adoc')
-rw-r--r--docs/modules/ROOT/pages/install.adoc8
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/modules/ROOT/pages/install.adoc b/docs/modules/ROOT/pages/install.adoc
index 34743d86..2cbecd07 100644
--- a/docs/modules/ROOT/pages/install.adoc
+++ b/docs/modules/ROOT/pages/install.adoc
@@ -31,13 +31,7 @@ If not, head over to {url-rvm}[rvm.io^] to get RVM and use it to install Ruby.
Asciidoctor assumes you're using UTF-8 encoding.
To minimize encoding problems, make sure the default encoding of your system is set to UTF-8.
-If you're using a non-English Windows environment, the default encoding of your system may not be UTF-8.
-As a result, you may get an `Encoding::UndefinedConversionError` or other encoding issues when invoking Asciidoctor.
-To solve these problems, we recommend at least changing the active code page in your console to UTF-8.
-
- chcp 65001
-
-Once you make this change, all your Unicode headaches will be behind you.
+See the xref:asciidoctor:install:supported-platforms.adoc#system-encoding[system encoding prerequisites] section to learn how to override the default character encodings when using Asciidoctor if you can't modify your system encoding.
== Install Asciidoctor PDF