aboutsummaryrefslogtreecommitdiff
path: root/tcl_tests/engine.try
diff options
context:
space:
mode:
authorVitaly Chikunov <vt@altlinux.org>2019-11-10 04:34:01 +0300
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>2020-01-12 00:20:37 +0300
commitb0f5bce10dcc05198e2e58ee08e1cc3dcd3d1aea (patch)
tree0b7ec82ff489cc23451e816121cf466d65ba78d5 /tcl_tests/engine.try
parent3b8ddfe2f303b8931842e52bdb5c07c97042f651 (diff)
downloadgost-engine-b0f5bce10dcc05198e2e58ee08e1cc3dcd3d1aea.zip
gost-engine-b0f5bce10dcc05198e2e58ee08e1cc3dcd3d1aea.tar.gz
gost-engine-b0f5bce10dcc05198e2e58ee08e1cc3dcd3d1aea.tar.bz2
tcl_tests: Make utf-8 encoding work
- Remove emacs coding: cp1251 tag - Change stats file encoding to utf-8 - Change packages source to have -encoding utf-8 - Run tclsh with -encoding utf-8 - Make `proc rus' noop. This will make Tcl automatically translate scripts output from utf-8 to system encoding.
Diffstat (limited to 'tcl_tests/engine.try')
-rw-r--r--tcl_tests/engine.try1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcl_tests/engine.try b/tcl_tests/engine.try
index 2090e59..347cc31 100644
--- a/tcl_tests/engine.try
+++ b/tcl_tests/engine.try
@@ -1,5 +1,4 @@
#!/usr/bin/tclsh
-# -*- coding: cp1251 -*-
lappend auto_path [file dirname [info script]]
package require ossltest
cd $::test::dir