
2008/6/29 John Maddock <john@johnmaddock.co.uk>:
Would it be possible for the inspection report to print out the line containing the non-ASCII characters?
That's a good idea, but will take a little effort. Can you create a ticket? A quicker fix might be to just to list the problematic characters.
There are a few files that are being flagged up, where I just can't find anything wrong with them :-(
You forgot the 'A' in ASCII: http://svn.boost.org/trac/boost/changeset/46943/ If you can get your text editor to help you, this is a lot easier to fix. If it doesn't have explicit support or a plugin, you could just try opening it with the wrong encoding and seeing what looks weird. I suppose running Visual C++ with full warnings would also help. Daniel