Character encodings...

From: Michael Sobolev <mss(at)transas(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Character encodings...
Date: 2000-04-13 09:59:51
Message-ID: 20000413135950.A9697@transas.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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? :)

Thanks,

--
Mike

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Oleg Broytmann 2000-04-13 10:20:39 Re: Character encodings...
Previous Message Patrick Welche 2000-04-13 09:26:17 Re: Getting number of days in a month