aboutsummaryrefslogtreecommitdiff
path: root/tests/utftcl.test
AgeCommit message (Collapse)AuthorFilesLines
2017-12-31utf8: Be more strict at rejecting invalid UTF-8 sequences.Steve Bennett1-2/+3
RFC 3629 says: Implementations of the decoding algorithm above MUST protect against decoding invalid sequences Signed-off-by: Steve Bennett <steveb@workware.net.au>
2011-12-12Update some tests for latest Tcl8.6b2Steve Bennett1-4/+2
We strive to be compatible with the latest Tcl8.6 Signed-off-by: Steve Bennett <steveb@workware.net.au>
2011-12-02Extend UTF-8 support past the BMPSteve Bennett1-1/+4
Now codepoints up to U+1FFFFF are supported, including as literals with the new \u{NNNNNN} syntax (up to six hex digits) Signed-off-by: Steve Bennett <steveb@workware.net.au>
2010-11-22Overhaul unit test frameworkSteve Bennett1-4/+2
Much closer to tcltest now, including constraints. Try to get all appropriate tests running under both Jim and Tcl. Signed-off-by: Steve Bennett <steveb@workware.net.au>
2010-11-17Add UTF-8 support to regexpSteve Bennett1-0/+290
Plus various ARE enhancements and bug fixes Signed-off-by: Steve Bennett <steveb@workware.net.au>