I'm using a program that stores strings (REG_SZ type) in the registry. These strings can and often do contain carriage returns and linefeeds. When the strings are viewed in regedit, the CRLF characters look like box characters, but the rest of the string looks normal. If I export these strings with RegEdit, then delete the keys and reimport, the strings do not import correctly. How do you get CRLF's into REG_SZ values using a reg file? Somewhere I read you can do it by specifying as hex(1), but so far I have been unable to make a reg file, which when imported, creates or modifies strings containing CRLFs.
Sheri
Sheri