Re: psql output in Japanese Code Page

2018-12-12 Thread Tatsuo Ishii
> Hi, > > While under Code Page 932 (=Japanese) the old PSQL 9.5.5 - used to talk plain > English, like in \d > > This behavior has changed in PSQL 10. We are now forced to run "chcp 1252" > before any PSQL activity. > > Does anyone know about it? Any suggestions? > > I tried \encoding WIN12

psql output in Japanese Code Page

2018-12-12 Thread Abraham, Danny
Hi, While under Code Page 932 (=Japanese) the old PSQL 9.5.5 - used to talk plain English, like in \d This behavior has changed in PSQL 10. We are now forced to run "chcp 1252" before any PSQL activity. Does anyone know about it? Any suggestions? I tried \encoding WIN1252. Did not work. Tha