GEMS 1.1 RTF Avatar
  1. OMG Issue

GEMS11 — Escape characters

  • Key: GEMS11-2
  • Legacy Issue Number: 14111
  • Status: closed  
  • Source: Amergint Technologies ( Mr. Luis Rodriguez)
  • Summary:

    Escape characters: To make parsing quite a bit easier (enabling the use of string tokenizer tools found in most modern programming languages) we suggest changing the current escape character implementation with a mechanism similar to the one used for HTML / XML. This would mean identifying all special characters ('|', ',', ';' . . .) and creating character sequences for them ('&p', '&c', . . .). Doing this would simplify parsing code significantly. The initial message could then be easily split using the '|' as the token. Array members could easily be split using a ',' etc...

  • Reported: GEMS 1.0 — Sat, 11 Jul 2009 04:00 GMT
  • Disposition: Resolved — GEMS 1.1
  • Disposition Summary:

    Adopt a simple escape character sequence. There are numerous standard escape sequences available, but the most common do not provide for the specific four characters needed in the GEMS ASCII PSM: | , & ;
    To keep the ASCII PSM simple the following table is to be used:
    Character Escape Sequence
    & &a

    &b
    , &c
    ; &s

    Other PSMs might need a different escape sequence and will define this table differently.

  • Updated: Fri, 6 Mar 2015 20:58 GMT