Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #894 (closed enhancement: fixed)

Opened 7 months ago

Last modified 7 months ago

Functions for converting to and from escape sequences.

Reported by: Cyborg16 Assigned to: kris
Priority: normal Milestone: 0.99.5
Component: Tango Version: 0.99.4 Frank
Keywords: patch Cc:

Description

Hmm, the documentation probably took as long to write as the functions. Anyway. Actually that included example code to actually perform the conversions on a string which the functions don't do.

Note the FIXME tag before you add this ;-)

Attachments

escSeqs.d (3.8 kB) - added by Cyborg16 on 02/12/08 08:14:18.

Change History

02/12/08 08:14:18 changed by Cyborg16

  • attachment escSeqs.d added.

02/12/08 11:55:57 changed by larsivi

  • keywords set to patch.
  • owner changed from sean to kris.
  • component changed from Core Functionality to Tango.
  • milestone set to 0.99.6.

02/23/08 03:31:38 changed by kris

  • status changed from new to assigned.

added a different one to tango.text.Util, to handle the three char varieties

02/23/08 03:31:46 changed by kris

  • milestone changed from 0.99.6 to 0.99.5.

02/23/08 03:32:40 changed by kris

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [3261]) added an unescape() function, which closes #894