diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2016-02-03 09:20:12 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2016-02-03 09:20:12 (GMT) |
commit | ef933010397ff250e3364a0cbbc399d9ce9ea1e0 (patch) | |
tree | deedcb76408d10d40ef88dc52f24260f78c4f0aa /doc | |
parent | 2dd1399e314e1160a0f2569210bf35d3b859829a (diff) | |
download | tk-ef933010397ff250e3364a0cbbc399d9ce9ea1e0.zip tk-ef933010397ff250e3364a0cbbc399d9ce9ea1e0.tar.gz tk-ef933010397ff250e3364a0cbbc399d9ce9ea1e0.tar.bz2 |
Document that [encoding system] has no effect on option 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: |