diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-09-14 13:31:49 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-09-14 13:31:49 (GMT) |
commit | b5a045b670749e26eef8b9d95515155a378b4547 (patch) | |
tree | 0a7e8384d260e6c42536727edb2a9b60d572dca3 /tools | |
parent | 4c3b4b2a2b133094b98d27616e7728d99097a57f (diff) | |
parent | e882b751f3aff6fdae518359623b7db59d4843d6 (diff) | |
download | tcl-b5a045b670749e26eef8b9d95515155a378b4547.zip tcl-b5a045b670749e26eef8b9d95515155a378b4547.tar.gz tcl-b5a045b670749e26eef8b9d95515155a378b4547.tar.bz2 |
Update all tables to Unicode 14
Diffstat (limited to 'tools')
-rw-r--r-- | tools/uniParse.tcl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/uniParse.tcl b/tools/uniParse.tcl index 545afc4..aec5864 100644 --- a/tools/uniParse.tcl +++ b/tools/uniParse.tcl @@ -6,7 +6,7 @@ # UnicodeData file from: # ftp://ftp.unicode.org/Public/UNIDATA/UnicodeData.txt # -# Copyright (c) 1998-1999 by Scriptics Corporation. +# Copyright (c) 1998-1999 Scriptics Corporation. # All rights reserved. @@ -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 -- * @@ -185,7 +185,7 @@ proc uni::main {} { * automatically generated by the tools/uniParse.tcl script. Do not * modify this file by hand. * - * Copyright (c) 1998 by Scriptics Corporation. + * Copyright (c) 1998 Scriptics Corporation. * All rights reserved. */ |