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

Поиск
Список
Период
Сортировка
От Burkhardt Renz
Тема Re: [BUGS] Re: [BUGS] BUG #13932: German ß not a valid character in psql
Дата
Msg-id FE12177B-31CB-48ED-AF4A-474F948374E4@mni.thm.de
обсуждение исходный текст
Ответ на Re: [BUGS] Re: [BUGS] BUG #13932: German ß not a valid character in psql  (Francisco Olarte <folarte@peoplecall.com>)
Ответы Re: Re: [BUGS] Re: [BUGS] BUG #13932: German ß not a valid character in psql
Список 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@peoplecall.com>:
>
> On Sun, Feb 7, 2016 at 1:06 PM, Burkhardt Renz
> <Burkhardt.Renz@mni.thm.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@paqueton:~/tmp$ od -tx1
> ß
> 0000000 c3 9f 0a
> 0000003
>
> ( results are the same with the clipboard and the selection )
>
> Francisco Olarte.




В списке pgsql-bugs по дате отправления:

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: Re: [BUGS] BUG #13932: German ß not a valid character in psql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Re: [BUGS] Re: [BUGS] BUG #13932: German ß not a valid character in psql