Discussion:
[ADMIN] Encoding Problem
(too old to reply)
Mokhtary, Mandana
2011-09-12 11:38:39 UTC
Permalink
Hi

I am trying to load shapfiles into the postgreSQL9.0. The database encoding is UTF8.

My shapfiles coming from Sweden, so there are some Swedish alphabet in the fields name and also inside columns data.



I used this command to load shapfiles:

C:\Pragram Files\PostgreSQL\9.0> shp2pgsql -s 2400 -c -W LATIN1 C:/project/Mandana/OBO/WSPbackground_shp/Primärkartan.shp |psql -U postgres OBO



I could insert shapfiles which do not have Swedish alphabet in their fields name or data inside the columns, but I could not load others that have Swedish alphabet.

I get this ERROR:



invalid byte sequence for encoding "UTF8":0xe4726b



Any help would be so appreciated.

Vänliga hälsningar

Mandana Mokhtary
Geografisk IT och mätningsteknik




WSP Samhällsbyggnad
SE-121 88 Stockholm-Globen
Besök/visit: Arenavägen 7
Tel/phone: +46 (0)8 688 60 00
Fax: +46 (0)8 688 69 99
Mobil/mobile: +46 (0)70 297 48 10
www.wspgroup.se <http://www.wspgroup.se/>

WSP är ett globalt analys- och teknikföretag som erbjuder konsulttjänster för hållbar samhällsutveckling inom Hus & Industri, Transport & Infrastruktur samt Miljö & Energi.

CONFIDENTIAL
This e-mail is confidential to the named recipient. If you have received a copy in error, please destroy it. You may not use or disclose the contents of this e-mail to anyone, nor take copies of it. The only copies permitted are (1) by the named recipient and (2) for the purposes of completing successful electronic transmission to the named recipient and then only on the condition that these copies, with this notice attached, are kept confidential until destruction.
Florian Helmberger
2011-09-12 11:55:12 UTC
Permalink
Post by Mokhtary, Mandana
I am trying to load shapfiles into the postgreSQL9.0. The database encoding is UTF8.
My shapfiles coming from Sweden, so there are some Swedish alphabet in
the fields name and also inside columns data.
C:\Pragram Files\PostgreSQL\9.0> shp2pgsql -s 2400 –c –W LATIN1
C:/project/Mandana/OBO/WSPbackground_shp/Primärkartan.shp |psql –U
postgres OBO
I could insert shapfiles which do not have Swedish alphabet in their
fields name or data inside the columns, but I could not load others that
have Swedish alphabet.
*invalid byte sequence for encoding “UTF8”:0xe4726b*
Any help would be so appreciated.
Hi!

You might need to set the CLIENT_ENCODING to latin1.

http://www.postgresql.org/docs/9.0/static/multibyte.html

Regards,
Florian
--
Florian Helmberger --------------------

25th-floor - Operating Custom Solutions
de Pretis & Helmberger KG

Seidengasse 33-35/Top 19
1070 Wien, Austria

Mail: ***@25th-floor.com
Web : http://www.25th-floor.com
Tel.: +43 1 / 512 82 89 - 60
Fax : +43 1 / 512 82 89 - 76
Mob.: +43 699 / 109 24 24 5
---------------------------------------
--
Sent via pgsql-admin mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
Loading...