Re: Problem with the accents

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: frederic(at)juliana-multimedia(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem with the accents
Date: 2001-09-29 00:21:45
Message-ID: 20010929092145O.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

> > Are you sure that you put the query in UTF-8 encoding?
>
> Yes :
>
> essai=> SHOW CLIENT_ENCODING;
> NOTICE: Current client encoding is UNICODE
> SHOW VARIABLE

My point is whether you put the character in UTF-8 or not. Try:

$ echo 'e' > e.txt (e is actually e + accent)
$ od -x e.txt

and show me the result of "cat e.txt"
--
Tatsuo Ishii

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas T. Thai 2001-09-29 03:47:26 sort by percent matched
Previous Message Masaru Sugawara 2001-09-28 23:17:50 Re: Function Help

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-09-29 02:37:36 Glitch in handling of postmaster -o options
Previous Message Bruce Momjian 2001-09-28 21:37:51 Re: PERFORMANCE IMPROVEMENT by mapping WAL FILES