Re: BUG #3819: UTF8 can't handle \000

From: "Franklin Schmidt" <fschmidt(at)gmail(dot)com>
To: "Bruce Momjian" <bruce(at)momjian(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3819: UTF8 can't handle \000
Date: 2007-12-17 09:23:14
Message-ID: 7c63948f0712170123i404eb257pea50d285ccd2f85c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Dec 17, 2007 12:54 AM, Bruce Momjian <bruce(at)momjian(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2007-12-17 09:28:57 Re: BUG #3819: UTF8 can't handle \000
Previous Message Bruce Momjian 2007-12-17 08:54:58 Re: BUG #3819: UTF8 can't handle \000