diff options
author | jan.nijtmans <jan.nijtmans@noemail.net> | 2016-02-03 09:14:37 (GMT) |
---|---|---|
committer | jan.nijtmans <jan.nijtmans@noemail.net> | 2016-02-03 09:14:37 (GMT) |
commit | 3bcac5931eb383acc0272c2e01c512b07cf8f8cd (patch) | |
tree | 8d03bf9831872663f0ef214473c120c7b7240d85 /doc | |
parent | 9d05dd03f4ed69ec24790d2146e81289f5d85430 (diff) | |
download | tk-3bcac5931eb383acc0272c2e01c512b07cf8f8cd.zip tk-3bcac5931eb383acc0272c2e01c512b07cf8f8cd.tar.gz tk-3bcac5931eb383acc0272c2e01c512b07cf8f8cd.tar.bz2 |
Added documentation, please review!
FossilOrigin-Name: 07e6adb537b81d6f3eb7ffd4d09c6204624931ba
Diffstat (limited to 'doc')
-rw-r--r-- | doc/option.n | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/option.n b/doc/option.n index 8699c0d..8f29d3a 100644 --- a/doc/option.n +++ b/doc/option.n @@ -59,6 +59,11 @@ options specified in that file to the option database. If \fIpriority\fR 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. +.PP The \fIpriority\fR arguments to the \fBoption\fR command are normally specified symbolically using one of the following values: .TP |