Artifact a8593c7b5bc16b38e3c31096a4200bb5a224e83f:
- File library/msgcat/pkgIndex.tcl — part of check-in [45053de92d] at 2004-03-31 02:03:02 on branch trunk — * 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] (user: dgp size: 134) [more...]
if {![package vsatisfies [package provide Tcl] 8.5]} {return} package ifneeded msgcat 1.4.1 [list source [file join $dir msgcat.tcl]]