From: Philipp Thomas (pth_at_[hidden])
Date: 2006-04-04 11:38:29


* Nigel Stewart (ns_at_[hidden]) [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