diff options
author | mistachkin <mistachkin@noemail.net> | 2014-02-14 00:25:03 +0000 |
---|---|---|
committer | mistachkin <mistachkin@noemail.net> | 2014-02-14 00:25:03 +0000 |
commit | 2953ba9e20f02dad6c41eab2fbaaab4b5aae77e1 (patch) | |
tree | dde43220a0035805b53a877596ca9e896af24a25 /src/tclsqlite.c | |
parent | 3f40d40ad90d5198c1f97f947892c6ff3059b7c0 (diff) | |
download | sqlite-2953ba9e20f02dad6c41eab2fbaaab4b5aae77e1.tar.gz sqlite-2953ba9e20f02dad6c41eab2fbaaab4b5aae77e1.zip |
Revise how the Tcl system encoding is handled by the test suite.
FossilOrigin-Name: 9e573198e107f1b85ee37c52a10343d38968bda1
Diffstat (limited to 'src/tclsqlite.c')
-rw-r--r-- | src/tclsqlite.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tclsqlite.c b/src/tclsqlite.c index 980032cfd..9b977e54a 100644 --- a/src/tclsqlite.c +++ b/src/tclsqlite.c @@ -3778,6 +3778,7 @@ int TCLSH_MAIN(int argc, char **argv){ sqlite3_shutdown(); Tcl_FindExecutable(argv[0]); + Tcl_SetSystemEncoding(NULL, "utf-8"); interp = Tcl_CreateInterp(); #if TCLSH==2 |