Tcl Source Code

View Ticket
Login
2020-01-06
16:53 Ticket [9128866ec8] tis-620 encoding fails to load status still Closed with 4 other changes artifact: 36ec02bc6a user: dgp
16:51 Ticket [9128866ec8]: 5 changes artifact: bb87f9e1c4 user: dgp
11:04 Closed ticket [9128866ec8]. artifact: a00a36fcca user: jan.nijtmans
10:48
(cherry-pick): Fix issue [9128866ec8448752] by adding Line Feed character to tis-620.enc. check-in: 744209e285 user: jan.nijtmans tags: core-8-5-branch
2020-01-04
17:21
Add a test for issue [9128866ec8], encoding fails to load check-in: ebb3855057 user: pooryorick tags: core-8-6-branch
14:35 Ticket [9128866ec8] tis-620 encoding fails to load status still Open with 3 other changes artifact: a2646c26d9 user: pooryorick
14:34
Fix issue [9128866ec8448752] by adding Line Feed character to tis-620.enc. check-in: b9c7c87500 user: pooryorick tags: core-8-6-branch
14:22 New ticket [9128866ec8] tis-620 encoding fails to load. artifact: 2abd1e26ad user: pooryorick

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

The script,

set string hello
encoding convertto tis-620 $string

results in the error:

invalid encoding file "tis-620"

User Comments: 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?

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

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

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

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