diff options
author | 2019-07-30 16:52:48 -0400 | |
---|---|---|
committer | 2019-07-30 16:52:48 -0400 | |
commit | ed91aa74ec7dacf3d4f7f794ac571bd7ffcc8cc0 (patch) | |
tree | 2ce277552055cd023df31d8f4272fecfb59c139d /doc/manual.md | |
parent | 68abf86021d8dc505ac0b6c91f2b5941a8da9d15 (diff) | |
download | textadept-ed91aa74ec7dacf3d4f7f794ac571bd7ffcc8cc0.tar.gz textadept-ed91aa74ec7dacf3d4f7f794ac571bd7ffcc8cc0.zip |
Use CP1252 instead of ISO-8859-1.
CP1252 is a superset of ISO-8859-1.
Diffstat (limited to 'doc/manual.md')
-rw-r--r-- | doc/manual.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.md b/doc/manual.md index 73fdcf9f..64e9608f 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -389,8 +389,8 @@ 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 UTF-16. -If you work with files with encodings Textadept does not recognize, add those +but by default it only attempts to decode UTF-8, ASCII, CP-1252, 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 |