diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-18 12:46:32 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-18 12:46:32 (GMT) |
commit | 8c5e1ee93f7b7ae0a948d354b1f2dfdcdda0eab0 (patch) | |
tree | 6fe5112598104c7309885dad1ea0f3cf5ae0585e /tests | |
parent | 60abdd9b5885937db2445a67419b87233d541c45 (diff) | |
parent | e809cadb0a9a28af179ddf459f78992b4c487425 (diff) | |
download | tcl-8c5e1ee93f7b7ae0a948d354b1f2dfdcdda0eab0.zip tcl-8c5e1ee93f7b7ae0a948d354b1f2dfdcdda0eab0.tar.gz tcl-8c5e1ee93f7b7ae0a948d354b1f2dfdcdda0eab0.tar.bz2 |
Update all "cp" and "iso8859-?" encodings to the latest version. This adds 3 new codepoints to iso8859-7, and adds a full new encoding iso8859-11
Diffstat (limited to 'tests')
-rw-r--r-- | tests/encoding.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/encoding.test b/tests/encoding.test index 72d218b..bc851f7 100644 --- a/tests/encoding.test +++ b/tests/encoding.test @@ -728,7 +728,7 @@ test encoding-28.0 {all encodings load} -body { llength $name } return $count -} -result 81 +} -result 82 runtests |