Re: BUG #3819: UTF8 can't handle \000 - Mailing list pgsql-bugs

From Franklin Schmidt
Subject Re: BUG #3819: UTF8 can't handle \000
Date
Msg-id 7c63948f0712170123i404eb257pea50d285ccd2f85c@mail.gmail.com
Whole thread Raw
In response to Re: BUG #3819: UTF8 can't handle \000  (Bruce Momjian <bruce@momjian.us>)
List pgsql-bugs
On Dec 17, 2007 12:54 AM, Bruce Momjian <bruce@momjian.us> wrote:
>
> Uh, as far as I know 0x00 is not a valid UTF8 byte value.


I think it is a valid value.  RFC 3629 says:

"Character numbers from U+0000 to U+007F (US-ASCII repertoire)
correspond to octets 00 to 7F (7 bit US-ASCII values)."

http://www.faqs.org/rfcs/rfc3629.html

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: BUG #3819: UTF8 can't handle \000
Next
From: "Franklin Schmidt"
Date:
Subject: Re: BUG #3819: UTF8 can't handle \000