Here is my problem:
I have to remove the BOM code from UTF-8 text files.
In UltraEdit I tried doing this by removing the 3 bytes using hex edit mode. So far so good.
Then I tried saving this file as UTF-8 without BOM.
The problem now is that the files contain a mix of CR/LF (0d0a) and LF (0a) which have to be kept that way. Saving the file however seems to either convert them to all CR/LF (windows) or all LF (Unix).
Is there a way to disable this CR/LF LF conversion?
I have to remove the BOM code from UTF-8 text files.
In UltraEdit I tried doing this by removing the 3 bytes using hex edit mode. So far so good.
Then I tried saving this file as UTF-8 without BOM.
The problem now is that the files contain a mix of CR/LF (0d0a) and LF (0a) which have to be kept that way. Saving the file however seems to either convert them to all CR/LF (windows) or all LF (Unix).
Is there a way to disable this CR/LF LF conversion?