Re: Invalid UNICODE character sequence found (0xd14f) - Mailing list pgsql-admin

From Weiping He
Subject Re: Invalid UNICODE character sequence found (0xd14f)
Date
Msg-id 3E8A5819.1070408@zhengmai.com.cn
Whole thread Raw
In response to Invalid UNICODE character sequence found (0xd14f)  (Hugo Escobar <hugo@travelone.net>)
List pgsql-admin
No, --with-nls just enable the different
language support for those messages emited
by PostgreSQL.

you should check your database encoding scheme,
to find out if your database encoding are the
same with your data encoding.use
psql -l
would show you the encoding of your database.


regards

Laser
Hugo Escobar wrote:
> Hi all:
>
> I have to work with data coming from non-english speakers.
> When I load data into the database I get lots of messages
> like this:
>
> Invalid UNICODE character sequence found (0xd14f)
>
> I'm afraid I have to recompile postgres with option --with-nls
> to solve this situation. Is this the case?
>
> Thanks in advance
> Hugo Escobar
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>


pgsql-admin by date:

Previous
From: "Chris White"
Date:
Subject: Re: Documentation for the \lo_export and \lo_import commands
Next
From: "Nathalie Boulos"
Date:
Subject: Import/export CSV files to postgres