diff options
author | dgp <dgp@users.sourceforge.net> | 2004-03-31 02:12:51 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-03-31 02:12:51 (GMT) |
commit | 23a208a309fcf83386e13f35b4ff828972f2455b (patch) | |
tree | 952a4e9e75f3f931997a5a702e065c97cd84fec5 /doc/msgcat.n | |
parent | 985e93267d620969309ef180105e3b25418b371a (diff) | |
download | tcl-23a208a309fcf83386e13f35b4ff828972f2455b.zip tcl-23a208a309fcf83386e13f35b4ff828972f2455b.tar.gz tcl-23a208a309fcf83386e13f35b4ff828972f2455b.tar.bz2 |
* doc/msgcat.n: Clarified message catalog file encodings. [Bug 811457]
Diffstat (limited to 'doc/msgcat.n')
-rw-r--r-- | doc/msgcat.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/msgcat.n b/doc/msgcat.n index 264af9b..dd4552d 100644 --- a/doc/msgcat.n +++ b/doc/msgcat.n @@ -13,9 +13,9 @@ .SH NAME msgcat \- Tcl message catalog .SH SYNOPSIS -\fBpackage require Tcl 8.2\fR +\fBpackage require Tcl 8.5\fR .sp -\fBpackage require msgcat 1.4\fR +\fBpackage require msgcat 1.4.1\fR .sp \fB::msgcat::mc \fIsrc-string\fR ?\fIarg arg ...\fR? .sp @@ -104,7 +104,7 @@ the language specifications returned by \fB::msgcat::mcpreferences\fR (note that these are all lowercase), extended by the file extension ``.msg''. Each matching file is read in order, assuming a UTF-8 encoding. The file contents are -then evaluated as a Tcl script. This means that non-Latin characters +then evaluated as a Tcl script. This means that Unicode characters may be present in the message file either directly in their UTF-8 encoded form, or by use of the backslash-u quoting recognized by Tcl evaluation. The number of message files which matched the specification |