K 10 svn:author V 6 gordon K 8 svn:date V 27 2010-05-12T17:44:00.263562Z K 7 svn:log V 351 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. Reviewed by: gad@ Approved by: mentor (wes@) END