Re: BUG #13932: German ß not a valid character in psql

From: John R Pierce <pierce(at)hogranch(dot)com>
To: Burkhardt(dot)Renz(at)mni(dot)thm(dot)de, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #13932: German ß not a valid character in psql
Date: 2016-02-07 11:59:25
Message-ID: 56B7319D.7080108@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 2/7/2016 3:14 AM, Burkhardt(dot)Renz(at)mni(dot)thm(dot)de wrote:
> Entering the german character 'ß' results in
> ERROR: invalid byte sequence for encoding "UTF8": 0xc3 0x77

C3 77 is not a valid UTF 8 code point.

I believe 'ß' is 0xC3 0x9F, LATIN SMALL LETTER SHARP S

--
john r pierce, recycling bits in santa cruz

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Burkhardt Renz 2016-02-07 12:06:42 Re: [BUGS] BUG #13932: German ß not a valid character in psql
Previous Message Andres Freund 2016-02-07 11:42:17 Re: BUG #13844: Logical decoding bug with subxact + row locking