Skip to content

Add Decoding of special chars #22

Closed
@wokket

Description

@wokket

HL7 escapes special chars in various ways, eg \Cxxyy\ for arbitary unicode bytes, \F\ for the field separator char etc.

I'd like to add support for decoding these chars, but keep it separate from the current structs initially:

  • Make this a pay-to-play behaviour, if you're sure you don't have escaped characters (say, because you control the other end of the wire) we don't pay a performance penalty
  • Keep the existing files smaller/cleaner

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions