Re: Another locale test program - Mailing list pgsql-hackers

From Euler Taveira de Oliveira
Subject Re: Another locale test program
Date
Msg-id 20040714191923.2a2a7f27.euler@ufgnet.ufg.br
Whole thread Raw
In response to Another locale test program  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Hi Peter,

> Compile the attached test program and then run
>
It doesn't even compile in a OpenBSD box. The langinfo.h doesn't have 'CODESET' symbol.

> for x in `locale -a`; do LC_ALL=$x ./test; done | sort -u
>
OpenBSD doesn't support locale at all (correct me if I'm wrong).

> If you don't have a locale command, maybe something like this will work:
>
> for x in `ls /usr/share/locale`; do LC_ALL=`basename $x` ./test; done |
> sort -u
>
We do have nothing in /usr/share/locale


--
Euler Taveira de Oliveira
euler (at) ufgnet.ufg.br
Desenvolvedor Web e Administrador de Sistemas
UFGNet - Universidade Federal de Goiás


pgsql-hackers by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: Portals and nested transactions
Next
From: Simon Riggs
Date:
Subject: Re: Release planning (was: Re: Status report)