What text editor (for windows or linux) can display the byte order mark in text files?
feedback
|
migrated from serverfault.com Jan 15 '10 at 19:48
This question came from our site for system administrators and desktop support professionals.
|
VIM allows you to verify the presence and change the BOM in a file, but the BOM is not "displayed", since it is not part of the intended text contents of the file. Check the options 'bomb' and 'fileencoding'.
| |||
|
feedback
|