diff options
author | 2018-02-16 15:30:12 -0500 | |
---|---|---|
committer | 2018-02-16 15:30:12 -0500 | |
commit | 10ec9652736946c6d8a3ebb930529753437f82c9 (patch) | |
tree | 18f671681f8259709dc548e88fa4611756cac04c /doc/manual.md | |
parent | f4d6e2434329917799b89a91ff1063ed75127466 (diff) | |
download | textadept-10ec9652736946c6d8a3ebb930529753437f82c9.tar.gz textadept-10ec9652736946c6d8a3ebb930529753437f82c9.zip |
Added UTF-16 to the default list of detected encodings.
Diffstat (limited to 'doc/manual.md')
-rw-r--r-- | doc/manual.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual.md b/doc/manual.md index 72680572..a7d76f9d 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -412,9 +412,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, 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). +but by default it only attempts to decode UTF-8, ASCII, ISO-8859-1, and UTF-16. +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 |