underscore '_' disappears in comment line
Posted: Mon Aug 07, 2006 6:29 pm
If I make a comment line with either // or /* */ any underscores '_' in that line are displayed as spaces. If I remove the // or /* */, the '_' is displayed correctly.
for example:
// this has underscores
this_has_undersores
for example:
// this has underscores
this_has_undersores