In article <[EMAIL PROTECTED]>, Dave Hoover <[EMAIL PROTECTED]> writes: > which prints ASCII 0 as ^@. This brings up another issue, should > ASCII 0 be represented as \0 or ^@?
I prefer the escape, unless directly after a $, then use the ^letter version.
