Re: BUG #6282: psql.exe cannot recognize specific 2byte SJIS character

From: Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com>
To: ikezawa(at)tjsys(dot)co(dot)jp
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6282: psql.exe cannot recognize specific 2byte SJIS character
Date: 2011-11-02 05:32:48
Message-ID: CAJW2+qe=AcKRy-P+Dby3DZ4sJt0WNVQaxXndFsBwj6+fMExOiw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Nov 2, 2011 at 09:52, <ikezawa(at)tjsys(dot)co(dot)jp> wrote:
> Bug reference:      6282
> PostgreSQL version: 9.1.1
> Operating system:   Windows XP
> Description:        psql.exe cannot recognize specific 2byte SJIS character
> Details:
> psql.exe cannot recognize specific 2byte SJIS characters.
>
> These characters have '\'(0x5c) in low byte of 2 Bytes.

Please send reproducible input pattern.

I saw expected results as long as client encoding is set to SJIS:

postgres=# \encoding SJIS
postgres=# SELECT '表' AS "ソ";

----

(1 行)

--
Itagaki Takahiro

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Craig Ringer 2011-11-02 09:38:53 Re: BUG #6281: need to remove
Previous Message Naoya Anzai 2011-11-02 04:44:23 BUG #6283: About the behavior of indexscan in case there are some NULL values.