multi-byte support

Started by Soma Interestingover 25 years ago4 messagesgeneral
Jump to latest
#1Soma Interesting
dfunct@telus.net

Documentation on multi-byte and locales support seems to be lacking in the
postgreSQL site - anyone have any information on this?

Thanks.

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Soma Interesting (#1)
Re: multi-byte support

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/

#3Tomaz Borstnar
tomaz.borstnar@over.net
In reply to: Peter Eisentraut (#2)
Re: multi-byte support

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

#4Tom Lane
tgl@sss.pgh.pa.us
In reply to: Tomaz Borstnar (#3)
Re: multi-byte support

Tomaz Borstnar <tomaz.borstnar@over.net> writes:

Does pgsql also use LC_ALL?

That would depend on whether your local setlocale(3) routine pays
attention to LC_ALL, but I believe a standard-conforming implementation
will do so.

regards, tom lane