K 10 svn:author V 6 gordon K 8 svn:date V 27 2010-05-20T23:06:53.272754Z K 7 svn:log V 351 MFC r207981: Fix a bug due to a type conversion from 64 to 32 bits. The side effect of this type conversion is the high bits which were used to indicate if a special character was a literal or special were dropped. As a result, all special character were treated as special, even if they were supposed to be literals. Approved by: mentor (wes@) END