-
Is there any way to add BOM (Byte-Order Mark) to a UTF-8 file from the editor ? If there is no current way to do it, I might do a PR for it if that feature is desired. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Indeed, I don’t think you can do that as of now. A simple enough feature that can come in handy however. PR welcomed 🙂 EDIT: Some background for anyone interested: http://www.unicode.org/versions/Unicode5.0.0/ch02.pdf |
Beta Was this translation helpful? Give feedback.
-
In |
Beta Was this translation helpful? Give feedback.
Indeed, I don’t think you can do that as of now. A simple enough feature that can come in handy however. PR welcomed 🙂
EDIT: Some background for anyone interested: http://www.unicode.org/versions/Unicode5.0.0/ch02.pdf
Not recommended and as such not default, but I imagine a new command for that.
:add-utf8-bom
?