From: | Weiping He <laser(at)zhengmai(dot)com(dot)cn> |
---|---|
To: | Hugo Escobar <hugo(at)travelone(dot)net> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Invalid UNICODE character sequence found (0xd14f) |
Date: | 2003-04-02 03:25:13 |
Message-ID: | 3E8A5819.1070408@zhengmai.com.cn |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)postgresql(dot)org)
>
From | Date | Subject | |
---|---|---|---|
Next Message | Raquel Vieira | 2003-04-02 09:46:17 | Vacuumdb |
Previous Message | Hugo Escobar | 2003-04-02 00:03:04 | Invalid UNICODE character sequence found (0xd14f) |