Bug #14332 2008-08-06 02:03

loaden

Can't add BOM in UTF-8,UTF-16 file

Why not write BOM into file? include UTF-8, UTF-16...?

example, UTF-8's BOM is 'EF BB BF', but when i set default encoding to 'UTF-8', and add some file use CB, it's can't insert BOM at the file first.

UTF-16LE's BOM is 'FF FE', and UTF-16BE's BOM is 'FE FF'?

I hope CB add BOM into file. thanks!

Category
Application::Editor
Group
 
Status
Closed
Close date
2008-08-06 15:01
Assigned to
 
biplab 2008-08-06 15:01

Have you tried Edit > File encoding > Save byte-order-mark (BOM) option?? C::B is not as dumb as you think.