
14 Apr
2011
14 Apr
'11
9:49 p.m.
On 14/4/2011 23:25, Artyom wrote:
3. When you use MSVC add UTF-8 BOM (even thou it is useless but this is the way MSVC distinguishes between local encodings and UTF-8)
Bad but this is reality.
IIRC clang will not compile source files with a BOM, which would effectifly render the code unportable. Regards Fabio