diff options
author | dgp <dgp@users.sourceforge.net> | 2004-03-31 02:03:02 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-03-31 02:03:02 (GMT) |
commit | 985e93267d620969309ef180105e3b25418b371a (patch) | |
tree | 6b4ade8d89397286cf03e6e20ec9cd00f196c5cc /library/msgcat/pkgIndex.tcl | |
parent | 982e8b7e164ff00826c6acf9026c553b7c6fd4e4 (diff) | |
download | tcl-985e93267d620969309ef180105e3b25418b371a.zip tcl-985e93267d620969309ef180105e3b25418b371a.tar.gz tcl-985e93267d620969309ef180105e3b25418b371a.tar.bz2 |
* 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.
Thanks to Michael Sclenker. Also corrects bug to allow
translation to an empty string. Bump to msgcat 1.4.1. [Patch 875055]
Diffstat (limited to 'library/msgcat/pkgIndex.tcl')
-rw-r--r-- | library/msgcat/pkgIndex.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/msgcat/pkgIndex.tcl b/library/msgcat/pkgIndex.tcl index 31bf23c..26063fc 100644 --- a/library/msgcat/pkgIndex.tcl +++ b/library/msgcat/pkgIndex.tcl @@ -1,2 +1,2 @@ -if {![package vsatisfies [package provide Tcl] 8.2]} {return} -package ifneeded msgcat 1.4 [list source [file join $dir msgcat.tcl]] +if {![package vsatisfies [package provide Tcl] 8.5]} {return} +package ifneeded msgcat 1.4.1 [list source [file join $dir msgcat.tcl]] |