From: | peter pilsl <pilsl(at)goldfisch(dot)at> |
---|---|
To: | PostgreSQL List <pgsql-general(at)postgresql(dot)org> |
Subject: | 'order by' does "wrong" with unicode-chars (german umlauts) |
Date: | 2003-09-19 12:11:29 |
Message-ID: | 1063973489.3f6af2718c92f@www.goldfisch.at |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
postgres 7.3.2
I store unicode-data in postgresql. The data is retrieved via webinterfaces,
processed with perl and then stored in postgresql (and viceversa).
All is going nice with one problem. If performing a "select * order by
field"-query the result is not what I expected.
German umlauts (ie: Ö) are stored as doublechars ("Ö" is "Ã") and only the
first char seems to be taken into account when sorting.
So it happens that the order is like:
Österreich
America
Pakistan
instead of
Amerika
Österreich
Pakistan
How to deal with this Problem ? Of course converting to latin before storing
would be a solution but we plan to offer support for many non-latin languages
later and the meaning of unicode is to get rid of all this converting-stuff
after all.
thnx,
peter
--
IT-Consulting
mag. peter pilsl
tel:+43-699-1-3574035
fax:+43-699-4-3574035
pilsl(at)goldfisch(dot)at
http://www.goldfisch.at
From | Date | Subject | |
---|---|---|---|
Next Message | btober | 2003-09-19 12:36:19 | Re: Column defaults fail with rules on view |
Previous Message | Martin Marques | 2003-09-19 12:06:35 | Re: PostgreSQL versus MySQL |