Tk Library Source Code

View Ticket
Login
Ticket UUID: 579853
Title: Backslashes escaped but not unescaped
Type: Bug Version: None
Submitter: cleverly Created on: 2002-07-10 21:29:42
Subsystem: htmlparse Assigned To: andreas_kupries
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2002-08-09 00:01:08
Resolution: Fixed Closed By: andreas_kupries
    Closed on: 2002-08-08 17:01:08
Description:
::htmlparse::PrepareHtml protects characters that are
special to Tcl (braces and backslash).  The ob & cb
(open & closing brace) escapes are converted back
because there are keys for ob & cb in the
::htmlparse::escapes array, but there is no entry for
::htmlparse::escapes(bsl).
User Comments: andreas_kupries added on 2002-08-09 00:01:08:
Logged In: YES 
user_id=75003

Patch accepted and committed to head.

cleverly added on 2002-07-11 04:29:43:

File Added - 26760: htmlparse-bsl.patch

Attachments: