diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-02-03 09:14:37 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-02-03 09:14:37 (GMT) |
commit | e1d015ea1d6d8301149fa627ec1abf6b487d99c3 (patch) | |
tree | 8d03bf9831872663f0ef214473c120c7b7240d85 | |
parent | a5b54a7f07e68d3223a0b945b7e7e0da345633ed (diff) | |
download | tk-e1d015ea1d6d8301149fa627ec1abf6b487d99c3.zip tk-e1d015ea1d6d8301149fa627ec1abf6b487d99c3.tar.gz tk-e1d015ea1d6d8301149fa627ec1abf6b487d99c3.tar.bz2 |
Added documentation, please review!
-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 |