Re: [HACKERS] another locale problem

From: Angelos Karageorgiou <angelos(at)awesome(dot)incredible(dot)com>
To: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Cc: Daniel Kalchev <daniel(at)digsys(dot)bg>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] another locale problem
Date: 1999-06-11 08:49:50
Message-ID: Pine.BSI.4.05L.9906111146580.6465-100000@awesome.incredible.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 11 Jun 1999, Tatsuo Ishii wrote:

>
> Ok. Now I almost certain that:
>
> (strcmp(opname,"~*")
> == 0 && isalpha((unsigned char)n->val.val.str[pos])))
>
> should work for you. Can you confirm this?
> --
> Tatsuo Ishii
>

It did for me , BSD/OS is veeeery finicky with the way it treats chars. It
upgrades them to ints and from then on isalpha isupper do not work.
I have tried with --unsigned-char gcc switch the result was the same, only
with a cast to (unsigned char) do all the char related functions work
as advertised.

I am sorry to say I have not had any input from other internationals using
BSDI with a non-english character set.

--
Incredible Networks LTD Angelos Karageorgiou
20 Karea st, +30.1.92.12.312 (voice)
116 36 Athens, Greece. +30.1.92.12.314 (fax)
http://www.incredible.com angelos(at)incredible(dot)com (e-mail)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Kalchev 1999-06-11 09:32:09 Re: [HACKERS] another locale problem
Previous Message Tatsuo Ishii 1999-06-11 08:46:03 Re: [HACKERS] another locale problem