1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Revise how the Tcl system encoding is handled by the test suite.

FossilOrigin-Name: 9e573198e107f1b85ee37c52a10343d38968bda1
This commit is contained in:
mistachkin
2014-02-14 00:25:03 +00:00
parent 3f40d40ad9
commit 2953ba9e20
4 changed files with 14 additions and 9 deletions

View File

@@ -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