Re: [SQL] [NOVICE] Understanding Encoding

2013-09-06 Thread Amit Langote
: 0xa0 0x88 I changed the encoding of the terminal emulator (GNOME Terminal 2.31.3) using the Terminal menu as: Terminal -> Set Character Encoding -> Korean (EUC-KR) Note that, if the menu only lists UTF-8, you'd have to add EUC-KR using "Add or Remove". And it

Re: [SQL] [NOVICE] Understanding Encoding

2013-09-05 Thread Amit Langote
hing different. I am not able to > understand why? > > korean=# SELECT * FROM tbl; > doc > > �׷��� > (1 row) > I wonder if you have tried changing your "locale" to ko_KR; something like: LANG=ko_KR LC_ALL=ko_KR \ psql -d korean -- Amit Langote -- Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-sql