Change 20100524-ptw-x by [email protected] on 2010-05-24 12:18:39 EDT
    in /Users/ptw/OpenLaszlo/trunk-2
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Debugger to escape control characters in w format

Bugs Fixed: LPP-9039 Debugger should escape control codes for %w

Technical Reviewer: [email protected] (pending)
QA Reviewer: [email protected] (pending)

Release Notes:

   When the debugger displays a string in %w (write) format, control
   characters (http://en.wikipedia.org/wiki/C0_and_C1_control_codes)
   will be displayed using hex escape notation

Details:
    lztext:  Test for formatting control codes in strings

    LzFormatter:  Look for control-codes (that are not already in the
    single-character escapes list) and output them using hex escapes
    notation.

Tests:
    smokecheck

Files:
M       test/smoke/lztext.lzl
M       WEB-INF/lps/lfc/compiler/LzFormatter.lzs

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20100524-ptw-x.tar

Reply via email to