summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixTest.c
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2019-01-30 20:32:18 (GMT)
committersebres <sebres@users.sourceforge.net>2019-01-30 20:32:18 (GMT)
commit8a8e70d5a6a4db9ed214aa5d0b81bf0a63f910cd (patch)
tree54a11ae8466363c7ef4dc1d25bd34835bf637833 /unix/tclUnixTest.c
parent3621a3fd746ab2556b36d1250cda4a1ab13529b7 (diff)
downloadtcl-8a8e70d5a6a4db9ed214aa5d0b81bf0a63f910cd.zip
tcl-8a8e70d5a6a4db9ed214aa5d0b81bf0a63f910cd.tar.gz
tcl-8a8e70d5a6a4db9ed214aa5d0b81bf0a63f910cd.tar.bz2
fixes utf-8 compatibility of proc/lambda arguments (regression on compiled locals/variables containing utf-8 characters) - CompiledLocal::nameLength is length in bytes not in chars everywhere in tcl;
simplest example: % apply {{€} { set "€" }} 1; # or apply [list \u20ac { set \u20ac }] 1 can't read "€": no such variable
Diffstat (limited to 'unix/tclUnixTest.c')
0 files changed, 0 insertions, 0 deletions