Re: have you feel anything when you read this ?

From: "Eugene E(dot)" <sad(at)bankir(dot)ru>
To: Achilleus Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-sql(at)postgresql(dot)org
Subject: Re: have you feel anything when you read this ?
Date: 2006-03-20 12:31:35
Message-ID: 441EA0A7.8030601@bankir.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Achilleus Mantzios wrote:

>>> a
>>>--------
>>> a\000b
>>
>>are you kidding ?
>>where is NUL-byte in "a\000b" ???
>
>
> Null byte is a byte of value zero,
> and allow me to say that the \000 in "a\000b" is exactly this.

if ("\0"=="\\000")
printf("congratulations!!!");

NOTE:
I am not care about a _display_ NUL-byte on a screen !
weither it'll be "space" or "some escape sequence"

the problem is: you'll get this four byte sequence '\000' _instead_ of
NUL-byte anyway.

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Eugene E. 2006-03-20 12:44:26 Re: have you feel anything when you read this ?
Previous Message Alvaro Herrera 2006-03-20 12:27:49 Re: have you feel anything when you read this ?