Re: Another locale test program

From: Euler Taveira de Oliveira <euler(at)ufgnet(dot)ufg(dot)br>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Another locale test program
Date: 2004-07-14 22:19:23
Message-ID: 20040714191923.2a2a7f27.euler@ufgnet.ufg.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2004-07-14 22:56:39 Re: [HACKERS] Point in Time Recovery
Previous Message Oliver Jowett 2004-07-14 21:56:36 Re: Portals and nested transactions