aboutsummaryrefslogtreecommitdiff
path: root/doc/manual.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2016-11-04 11:42:58 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2016-11-04 11:42:58 -0400
commit28285f671e4c681b8eb236a981bc4024050f0f1b (patch)
tree103d1e7e1052ee41ad30b223db950444fdbd177e /doc/manual.md
parentb965beae414d95a8382539f92f891b073edc5fcd (diff)
downloadtextadept-28285f671e4c681b8eb236a981bc4024050f0f1b.tar.gz
textadept-28285f671e4c681b8eb236a981bc4024050f0f1b.zip
Removed MacRoman encoding option, as OSX uses UTF-8 by default.
Diffstat (limited to 'doc/manual.md')
-rw-r--r--doc/manual.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual.md b/doc/manual.md
index da8dd233..2bc1babe 100644
--- a/doc/manual.md
+++ b/doc/manual.md
@@ -411,9 +411,9 @@ manually sets indentation size.
#### Buffer Encodings
Textadept has the ability to decode files encoded in many different encodings,
-but by default it only attempts to decode UTF-8, ASCII, ISO-8859-1, and
-MacRoman. If you work with files with encodings Textadept does not recognize,
-add those encodings to [`io.encodings`][] in your [preferences](#Preferences).
+but by default it only attempts to decode UTF-8, ASCII, and ISO-8859-1. If you
+work with files with encodings Textadept does not recognize, add those encodings
+to [`io.encodings`][] in your [preferences](#Preferences).
UTF-8 is the recommended file encoding because of its wide support by other text
editors and operating systems. The "Buffer -> Encoding" menu changes the file