I'm having a particular problem when saving files using UE 11.00a
I'm trying to open up a file that has a bunch of records, each record is newline delimited. Let's say I have a string (shown in hex)
75 6D 6E 20 0D 0A 4D 53 48 7C 5E 7E 5C 26 7C 41 ; umn ..MSH|^~\&|A
When I save the file, the 0D 0A becomes 0D. This is a problem. Is there any way to prevent this? I've setup UE to "save file as input format", which doesn't seem to change anything.
Basically what I would really like is if there was some way to force UE to treat the file as binary and not make any changes to newlines.
Any thgoughts?
Thanks,
Jeff

