What text editor (for windows or linux) can display the byte order mark in text files?

link|improve this question
1  
I believe this belongs to superuser. – Raphink Jan 13 '10 at 10:10
1  
Why do you want to know, and why do you want to use a text editor? This might be a place where a hex-editor might be more appropriate. – Zoredache Jan 13 '10 at 23:15
feedback

migrated from serverfault.com Jan 15 '10 at 19:48

This question came from our site for system administrators and desktop support professionals.

1 Answer

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'.

:help 'bomb'
:help 'fileencoding'
link|improve this answer
feedback

Your Answer

 
or
required, but never shown