Tcl Source Code

View Ticket
Login
Ticket UUID: 403900
Title: Patch to detect [string match] UTF-8 problem.
Type: Patch Version: None
Submitter: dkf Created on: 2001-02-20 16:05:07
Subsystem: 18. Commands M-Z Assigned To: dkf
Priority: 5 Medium Severity: Minor
Status: Deleted Last Modified: 2016-08-22 12:39:37
Resolution: None Closed By: dkf
    Closed on: 2016-08-22 12:39:37
Description:
Adds test to string.test to detect trouble when doing case-insensitive matching of non-ASCII patterns.
User Comments: dkf added on 2001-02-21 23:35:49:
I'm withdrawing this patch in favour of one that detects a whole lot more problems, and fixes them too.

dkf added on 2001-02-21 18:55:21:
Tcl_StringCaseMatch is a real mess; I believe this patch will help start the clean-up process by at least letting everyone know that there is a problem still lurking in there.  (See bug #133257 for details of why this test is written like it is...)

Attachments: