• @[email protected]
    link
    fedilink
    181 month ago

    Generally a bad idea to use in-band signalling like that. They won’t do anything weird but consider what happens if the actual data contains them.

    • Dave.
      link
      fedilink
      8
      edit-2
      1 month ago

      consider what happens if the actual data contains them.

      Then you’d escape them by using another character in front. But if their data format is ASCII text or is guaranteed not to have characters below ASCII 32 then using ASCII delimiters is fine.