Closed
Description
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