-----Original Message-----
From: Gilles Detillieux <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: 8 грудня 1998 р. 18:59
Subject: Re: htdig: French Characters again !



>Maybe the locale stuff isn't working properly, or isn't setup yet, on your
>system.  What operating system version are you running?


To check this you can compile and run this simple test.

#include <ctype.h>
#include <stdio.h>
#include <locale.h>

main () {
unsigned char ss;

setlocale(LC_ALL,"ru_RU.KOI8-R");        // change to your locale here
ss='?';    // Any french character here
if isalpha(ss) printf("Yes");
 else
 printf("No");
}

----------------------------------------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the body of the message.

Reply via email to