From 23a208a309fcf83386e13f35b4ff828972f2455b Mon Sep 17 00:00:00 2001 From: dgp Date: Wed, 31 Mar 2004 02:12:51 +0000 Subject: * doc/msgcat.n: Clarified message catalog file encodings. [Bug 811457] --- ChangeLog | 1 + doc/msgcat.n | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8a12b2d..7688014 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2004-03-29 Don Porter + * doc/msgcat.n: Clarified message catalog file encodings. [Bug 811457] * library/msgcat/msgcat.tcl: Updated internals to make use of * library/msgcat/pkgIndex.tcl: [dict]s to store message catalog data and to use [source -encoding utf-8] to access catalog files. 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 -- cgit v0.12