X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=tcl_tests%2FpkgIndex.tcl;h=cb3f9d44bb0d0c7cd85a5f59939d1b60d82a5cde;hb=46da0131e71906a5ec206a0c2b7fb60f74bb6844;hp=f4a33454fdeb395d6f34fc7c8b80c4a463cc2639;hpb=3b8ddfe2f303b8931842e52bdb5c07c97042f651;p=openssl-gost%2Fengine.git diff --git a/tcl_tests/pkgIndex.tcl b/tcl_tests/pkgIndex.tcl index f4a3345..cb3f9d4 100644 --- a/tcl_tests/pkgIndex.tcl +++ b/tcl_tests/pkgIndex.tcl @@ -1,6 +1,6 @@ -package ifneeded test 0.2 [list source [file join $dir test.tcl]] -package ifneeded testlib 0.1 [list source [file join $dir testlib.tcl]] -package ifneeded fgetopt 0.1 [list source [file join $dir fgetopt.tcl]] -package ifneeded asn 0.7.1 [list source [file join $dir asn.tcl]] -package ifneeded base64 2.3.2 [list source [file join $dir base64.tcl]] -package ifneeded ossltest 0.7 [list source [file join $dir ossltest.tcl]] +package ifneeded test 0.2 [list source -encoding utf-8 [file join $dir test.tcl]] +package ifneeded testlib 0.1 [list source -encoding utf-8 [file join $dir testlib.tcl]] +package ifneeded fgetopt 0.1 [list source -encoding utf-8 [file join $dir fgetopt.tcl]] +package ifneeded asn 0.7.1 [list source -encoding utf-8 [file join $dir asn.tcl]] +package ifneeded base64 2.3.2 [list source -encoding utf-8 [file join $dir base64.tcl]] +package ifneeded ossltest 0.7 [list source -encoding utf-8 [file join $dir ossltest.tcl]]