
26 Jun
2008
26 Jun
'08
4:22 p.m.
Mathias Gaunard wrote:
Beman Dawes wrote:
* A check for non-ASCII characters in source files has been added by Marshall Clow. It is picking up non-ASCII characters in people's names in copyright messages;
Why not simply allow comments to be in utf-8?
UTF-8 causes exactly the same problem; the high-order bit is sometimes on, and that causes errors or warnings with some compiler / operating system combinations --Beman