Opened 10 years ago

Closed 10 years ago

#485 closed defect (fixed)

macro record/playback cannot properly handle all characters

Reported by: westram Owned by: westram
Priority: major Milestone: arb6
Component: Library (other) Version: SVN
Keywords: Cc:

Description

If a value (written to an awar) contains '@' or ASCII<32 macro playback acts wrong:

  • perl attempts to interpret '@' followed by characters as array
    • similar for '%' and '$'
  • ESC sequences for ASCII<32 are wrong (e.g. ASCII 1 is written as '\A', but perl needs '\1')

Change History (2)

comment:1 Changed 10 years ago by westram

  • Owner changed from devel to westram
  • Status changed from new to assigned

comment:2 Changed 10 years ago by westram

  • Resolution set to fixed
  • Status changed from assigned to closed

by [11781]

Note: See TracTickets for help on using tickets.