I need to use "1C" (hex) as a field separator in my messages. But when I manually put 1C in the message and view the hex output of the final message in UltraEdit I see 31 63 instead, i.e. hexadcimal equivalents of 1 and C. How do I make sure that it stays as 1C in the hex output as well? There is no ASCII equivalent of it that I can put in the message.
Upon opening a sample request message I have, I see only a "." (dot) in the ASCII string and 1C in the hex dump on UltraEdit, and that is what I want it to be. In fact Notepad++ shows it as "FS" as well, but shows only 1C for my message.
Thanks.