At 6:47 PM +0200 5/15/02, Joe Yates wrote:
>Dear all,
>
>I'm trying to print the following string:
>
>       \0
>
>I.e. the output of the perl instruction
>
>       print "\\0";
>
>See attached test.
>
>It's getting treated as a string terminator.
>
>Am I escaping incorrectly, or is it incorrect treatment of "\0" at some point?

Incorrect treatment of nulls. We're using printf at the moment to 
print. That'll change when the I/O system's fully in place.

-- 
                                         Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                       teddy bears get drunk

Reply via email to