diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-04-30 23:51:49 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-05-01 01:42:15 -0600 |
| commit | 799b9ee6e201e1cbb70c19e53e2af255286151ae (patch) | |
| tree | b452d849503f5323c1d90b8826a0f8123a407fcd | |
| parent | 4a83ffdaac7c33ab853581b9cd5b982c1907714f (diff) | |
replace instructions for modifying encoding with link to system encodings section in Asciidoctor docs
| -rw-r--r-- | docs/modules/ROOT/pages/install.adoc | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/modules/ROOT/pages/install.adoc b/docs/modules/ROOT/pages/install.adoc index ad781536..cec3b27c 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 |
