diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-02-03 09:20:12 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-02-03 09:20:12 (GMT) |
commit | 3b67157554ddf66b9d0fafeda1944869ed881b13 (patch) | |
tree | deedcb76408d10d40ef88dc52f24260f78c4f0aa /doc | |
parent | e1d015ea1d6d8301149fa627ec1abf6b487d99c3 (diff) | |
download | tk-3b67157554ddf66b9d0fafeda1944869ed881b13.zip tk-3b67157554ddf66b9d0fafeda1944869ed881b13.tar.gz tk-3b67157554ddf66b9d0fafeda1944869ed881b13.tar.bz2 |
Document that [encoding system] has no effect on option readfileoption_readfile
Diffstat (limited to 'doc')
-rw-r--r-- | doc/option.n | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/option.n b/doc/option.n index 8f29d3a..2763d64 100644 --- a/doc/option.n +++ b/doc/option.n @@ -60,9 +60,10 @@ is specified, it indicates the priority level at which to enter the options; \fIpriority\fR defaults to \fBinteractive\fR. .PP The file is read through a channel which is in "utf-8" encoding, -invalid byte sequences are automatically converted to valid -ones. This means that encodings like ISO 8859-1 or cp1282 with -high probablility will work as well, but this is not guaranteed. +invalid byte sequences are automatically converted to valid ones. +This means that encodings like ISO 8859-1 or cp1252 with high +probability will work as well, but this cannot be guaranteed. +This cannot be changed, setting the [encoding system] has no effect. .PP The \fIpriority\fR arguments to the \fBoption\fR command are normally specified symbolically using one of the following values: |