Tcl Source Code

View Ticket
Login
Ticket UUID: 9128866ec84487524828fc87e607ce74c1ccfb64
Title: tis-620 encoding fails to load
Type: Bug Created on: 2020-01-04 14:22:45
Submitter: pooryorick Assigned to: pooryorick
Subsystem: 16. Commands A-H Severity: Important
Priority: 5 Medium Last modified: 2020-01-06 16:53:35
Status: Closed Closed by: dgp
Resolution: Fixed Closed on: 2020-01-06 16:53:35
Version:
Description:

The script,

set string hello
encoding convertto tis-620 $string

results in the error:

invalid encoding file "tis-620"

User Comments:
pooryorick added on 2020-01-04 14:35:59:

Fixed in [b9c7c87500e9c0fd] by adding Line Feed character at the end of tis-620.enc.


jan.nijtmans added on 2020-01-06 11:04:19:
Now backported to 8.5 too.

dgp added on 2020-01-06 16:51:16:
I see the new test encoding-28.0 fail on both core-8-branch and trunk.

---- Result was:
86
---- Result should have been (exact matching):
81
==== encoding-28.0 FAILED

dgp added on 2020-01-06 16:53:35:
Suspect this is a test maintenance issue, since TIPs have added
more encodings to these development branches.

Perhaps some test re-design is in order?