multi-byte support
Documentation on multi-byte and locales support seems to be lacking in the
postgreSQL site - anyone have any information on this?
Thanks.
Soma Interesting writes:
Documentation on multi-byte and locales support seems to be lacking in the
postgreSQL site - anyone have any information on this?
http://www.postgresql.org/devel-corner/docs/postgres/charset.htm
--
Peter Eisentraut peter_e@gmx.net http://yi.org/peter-e/
At 20:18 7.12.2000, Peter Eisentraut wrote the following message:
Soma Interesting writes:
Documentation on multi-byte and locales support seems to be lacking in the
postgreSQL site - anyone have any information on this?http://www.postgresql.org/devel-corner/docs/postgres/charset.htm
Does pgsql also use LC_ALL?
Like:
LC_ALL=sl_SI.ISO_8859-2
export LC_ALL
Tomaz