Re: Character encodings...

From: Oleg Broytmann <phd(at)phd(dot)russ(dot)ru>
To: Michael Sobolev <mss(at)transas(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Character encodings...
Date: 2000-04-13 10:20:39
Message-ID: Pine.LNX.4.21.0004131019540.17744-100000@fep132.fep.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 13 Apr 2000, Michael Sobolev wrote:
> I am trying to fill up a database using psql program. A file I have prepared
> contains Russian in KOI8-R encoding. When I try to process this file using
> `psql -f file db', it fails: no diagnostics, nothing; it just shows that EOF is
> reached. When I replace Russian letters with something in ASCII, it works just
> fine. The main problem is that my second file gets processed just fine.
>
> Where to look to? What additional information is needed? :)

OS, locale, Postgres version, whether Postgres was compiled with locale,
multibyte...

Oleg.
----
Oleg Broytmann http://members.xoom.com/phd2.1/ phd2(at)earthling(dot)net
Programmers don't die, they just GOSUB without RETURN.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Sobolev 2000-04-13 10:43:09 Re: Character encodings...
Previous Message Michael Sobolev 2000-04-13 09:59:51 Character encodings...