News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

The 02 August 2008 build (5177) is out.

Started by killerbot, August 02, 2008, 09:48:45 PM

Previous topic - Next topic

Loaden

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!

Acki

Quote from: Etienne on August 05, 2008, 10:01:37 AM
- This one started after the 5106svn version, when double clicking on a workspace, its tells a file is missing  (please see attached file)...(even with every plugin disabled), ( its works with cb5106)
Quote from: Loaden on August 05, 2008, 10:52:26 AMI find this problem too.
well, I'm reporting this since release 5142 with no response... :cry:
I hope they don't ignore us !!!  :lol:

Biplab

Quote from: Loaden on August 06, 2008, 04:00:33 AM
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!

Have you tried Edit > File encoding > Save byte-order-mark (BOM) option?? C::B is not as dumb as you think.
Be a part of the solution, not a part of the problem.

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.

indigo0086

I was wondering, in the "Insert all class methods without implementation.  Is it possible to
1) remove the comments added
2) make the definition order the same as they are ordered in the class declaration.