Artur Świgoń aswigon@aswigon.pl writes:
Nested quotes now work (excluding some exotic combinations that VS2017 rc.exe accepts, allowing which, as it seems to me, would require a major rewrite instead of a patch). What characters besides both types of quotes should be additionally allowed?
Pretty much anything is allowed. The thing is that RC is apparently not doing string processing, more like grabbing everything until the first space or something like that. For instance, you can do this:
"!"#$%&'()*+,-./0123:;<=>?@ABC[]^_`abc{|}~ DIALOG 10,10,100,100 STYLE 0x80000000 BEGIN END