News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

support add BOM in UTF-8 or UTF-16 files?

Started by Loaden, August 06, 2008, 04:14:20 AM

Previous topic - Next topic

Loaden

I post this question in :https://developer.berlios.de/bugs/?func=detailbug&bug_id=14332&group_id=5358

I hope CB term can support add BOM into UTF-8 or UTF-16 files, because i use VC2003 on Windows OS, and GCC on Linux OS. if don't have BOM, VC2003 can't support UTF-8 format files.
and if include chinese code, it's can't show correct in different OS.

Loaden

Quote from: Biplab on August 06, 2008, 04:56:09 PM
Have you tried Edit > File encoding > Save byte-order-mark (BOM) option?? C::B is not as dumb as you think.
Thanks!

But itt's can't auto complete.
Have some settings set this option to default enable?

If i have a project, and the project include many files with 'Windows 936' encoding. now i want convert to 'UTF-8' and with BOM write, now, i can do it only one by one.

I hope CB have a option: if save or create a file, it's can auto write BOM.