
4 Apr
2006
4 Apr
'06
3:38 p.m.
* Nigel Stewart (ns@fluent.com) [20060404 17:19]:
But, I'm not sure what the C++ standard says about handling of non-ASCII encodings...
The C++ standard says *nothing* about the encoding of comments. On a quick glance, it does handle phases of translation (2.1), encoding of identifiers (2.10) and encoding of character literals (2.13.2). Philipp