
1 Jul
2008
1 Jul
'08
11:45 a.m.
Daniel James wrote:
You forgot the 'A' in ASCII:
Ah, thanks for spotting those.
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.
Nope no level 4 warnings from VC++. I found some more by searching for [^a-zA-Z0-9_{}\[\]#()<>%\:;.?*+-/^&|~!\\"'= ] but they were within string literals that were regular expressions: for example use of the "$" sign in a regex seems to trigger the new checking code? If so there's no way to "fix" that :-( John.