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

From: Francisco Olarte <folarte(at)peoplecall(dot)com>
To: Burkhardt Renz <Burkhardt(dot)Renz(at)mni(dot)thm(dot)de>
Cc: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: [BUGS] Re: [BUGS] BUG #13932: German ß not a valid character in psql
Date: 2016-02-07 12:40:51
Message-ID: CA+bJJbxjMZOVgze+WQggJ7RJ1edQv=sbvdqjTaFrbWC28-TKpg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Sun, Feb 7, 2016 at 1:06 PM, Burkhardt Renz
<Burkhardt(dot)Renz(at)mni(dot)thm(dot)de> wrote:
> But if I enter ß on the keyboard or from the clipboard,
> psql takes this as 0x03 0x77 instead of 0xc3 0x97.

Could you try to send it to od ( I think Mac OSX should have it or
something similar ) to rule out an encoding problem in MacOSX side?

I mean something like this, done in linux, hitting <AltGr>+S, Enter,
<Ctrl>+D on a spanish keyboard:

folarte(at)paqueton:~/tmp$ od -tx1
ß
0000000 c3 9f 0a
0000003

( results are the same with the clipboard and the selection )

Francisco Olarte.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message John R Pierce 2016-02-07 12:54:02 Re: Re: [BUGS] BUG #13932: German ß not a valid character in psql
Previous Message John R Pierce 2016-02-07 12:22:53 Re: Re: [BUGS] BUG #13932: German ß not a valid character in psql