BUG #2400: 'Ã' considered invalid UTF-8 character - Mailing list pgsql-bugs

From Yusuf Siddiqui
Subject BUG #2400: 'Ã' considered invalid UTF-8 character
Date
Msg-id 200604182334.k3INYrUA041176@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #2400: 'Ã  (tomas@tuxteam.de (Tomas Zerolo))
Re: BUG #2400: 'Ã' considered invalid UTF-8character  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      2400
Logged by:          Yusuf Siddiqui
Email address:      ysiddiqui@i3.com
PostgreSQL version: 8.1
Operating system:   Linux
Description:        'Æ' considered invalid UTF-8 character
Details:

The character 'Æ' is rejected as an invalid UTF-8 character.

Here are the steps used to recreate it:

create table test (text_field text);
insert into test (text_field) values ('Æ');

Returned error:
invalid UTF-8 byte sequence detected near byte 0x92

This statement also does not work:
insert into test (text_field) values ('\Æ');

pgsql-bugs by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: bug in windows xp
Next
From: "Theo Schlossnagle"
Date:
Subject: BUG #2401: spinlocks not available on amd64