PennMUSH Community

Ticket #7609 (new suggested feature)

Opened 6 months ago

Add delimeter characters to list of legal characters; add a substitution token for them

Reported by: Nammyung Assigned to:
Priority: minor Milestone:
Keywords: delimeter characters substitutions Cc:
Visibility: Public

Description

ASCII provides a number of special characters designated as separator characters: ASCII 28 through 31 (1C through 1F Hex). Currently Penn treats them as illegal characters. It would be convenient if these could be accessed through chr(28), chr(29), etc., to be used as list delimeters, etc. It would be even better if we had %d1 %d2 %d3 %d4 substitutions for them.

Attachments

delim-chars.patch.txt (4.8 kB) - added by Talvo on 04/30/08 14:56:51.
Patch for Nammy's suggestion, though I used %d0 through %d3

Change History

04/30/08 14:56:51 changed by Talvo

  • attachment delim-chars.patch.txt added.

Patch for Nammy's suggestion, though I used %d0 through %d3