From: | Burkhardt Renz <Burkhardt(dot)Renz(at)mni(dot)thm(dot)de> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Cc: | Burkhardt Renz <Burkhardt(dot)Renz(at)mni(dot)thm(dot)de> |
Subject: | Re: [BUGS] Re: [BUGS] BUG #13932: German ß not a valid character in psql |
Date: | 2016-02-07 14:08:29 |
Message-ID: | FE12177B-31CB-48ED-AF4A-474F948374E4@mni.thm.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Encoding on Mac is okay:
od -tx1
ß
0000000 c3 9f 0a
0000003
—
Burkhardt Renz
> Am 07.02.2016 um 13:40 schrieb Francisco Olarte <folarte(at)peoplecall(dot)com>:
>
> 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.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2016-02-07 15:45:49 | Re: Re: [BUGS] Re: [BUGS] BUG #13932: German ß not a valid character in psql |
Previous Message | John R Pierce | 2016-02-07 12:54:02 | Re: Re: [BUGS] BUG #13932: German ß not a valid character in psql |