diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-03-17 16:35:51 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-03-17 16:35:51 (GMT) |
commit | 27c27e941a08c8ea873a5de4333a498788a22c33 (patch) | |
tree | 27485d4f1bbb8509ad6e0ade9f8402cc056bcb44 /changes | |
parent | 07cfb2190f1ec3f06fb59425ad6fc3b5edd5dcff (diff) | |
parent | 50eee151a907e29a58d8201f66988816ae14eae5 (diff) | |
download | tcl-27c27e941a08c8ea873a5de4333a498788a22c33.zip tcl-27c27e941a08c8ea873a5de4333a498788a22c33.tar.gz tcl-27c27e941a08c8ea873a5de4333a498788a22c33.tar.bz2 |
Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal Unicode tables. Not used in 8.6 yet.
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2307,7 +2307,7 @@ to the standard channel, do not increment the refcount. The channel can be NULL if there is for example no standard input. (JL) 9/6/96 (portability improvement) Changed parsing of backslash sequences -like \n to translate directly to absolute values like 0xa instead of +like \n to translate directly to absolute values like 0xA instead of letting the compiler do the translation. This guarantees that the translation is done the same everywhere. (JO) |