summaryrefslogtreecommitdiffstats
path: root/tests/utf.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-09-07 14:35:56 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-09-07 14:35:56 (GMT)
commit2d710b7bfb946720a165117b51982657462c87c2 (patch)
tree2a4e216e11cb2db2b5630d29d69d06832126d343 /tests/utf.test
parentf1fab031095240c82752590963ffa7bbeca994fa (diff)
downloadtcl-2d710b7bfb946720a165117b51982657462c87c2.zip
tcl-2d710b7bfb946720a165117b51982657462c87c2.tar.gz
tcl-2d710b7bfb946720a165117b51982657462c87c2.tar.bz2
* generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negative
* tests/utf.test (utf-1.5): Tcl_UniChar input value. Incorrect handling was producing byte sequences outside of Tcl's legal internal encoding. [Bug 1283976].
Diffstat (limited to 'tests/utf.test')
-rw-r--r--tests/utf.test5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/utf.test b/tests/utf.test
index 7e4adf0..09fc5b1 100644
--- a/tests/utf.test
+++ b/tests/utf.test
@@ -8,7 +8,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: utf.test,v 1.8.14.4 2003/10/08 15:24:01 dgp Exp $
+# RCS: @(#) $Id: utf.test,v 1.8.14.5 2005/09/07 14:35:56 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2
@@ -29,6 +29,9 @@ test utf-1.3 {Tcl_UniCharToUtf: 2 byte sequences} {
test utf-1.4 {Tcl_UniCharToUtf: 3 byte sequences} {
set x "\u4e4e"
} [bytestring "\xe4\xb9\x8e"]
+test utf-1.5 {Tcl_UniCharToUtf: negative Tcl_UniChar} {
+ string length [format %c -1]
+} 1
test utf-2.1 {Tcl_UtfToUniChar: low ascii} {
string length "abc"