diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-09-14 13:34:08 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-09-14 13:34:08 (GMT) |
commit | 8b26b82863ed0850d429976d5453056377ee5ac0 (patch) | |
tree | b11702bb6cbbb64741dc980b2538c64b0817de01 /tools | |
parent | 8d0f9082f28c81206523c049953d17f8cffd2c7c (diff) | |
parent | b5a045b670749e26eef8b9d95515155a378b4547 (diff) | |
download | tcl-8b26b82863ed0850d429976d5453056377ee5ac0.zip tcl-8b26b82863ed0850d429976d5453056377ee5ac0.tar.gz tcl-8b26b82863ed0850d429976d5453056377ee5ac0.tar.bz2 |
Update all tables to Unicode 14
Diffstat (limited to 'tools')
-rw-r--r-- | tools/uniParse.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/uniParse.tcl b/tools/uniParse.tcl index 90d249a..aec5864 100644 --- a/tools/uniParse.tcl +++ b/tools/uniParse.tcl @@ -177,7 +177,7 @@ proc uni::main {} { puts "shift = $shift, space = $size" set f [open [file join [lindex $argv 1] tclUniData.c] w] - fconfigure $f -translation lf + fconfigure $f -translation lf -encoding utf-8 puts $f "/* * tclUniData.c -- * |