gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem reading SMS messages


From: Pawel Kot
Subject: Re: Problem reading SMS messages
Date: Sun, 5 Jun 2005 13:43:28 +0200

Hi Boris,

On 6/5/05, Boris Stein <address@hidden> wrote:
> I compiled gnokii lib on .Net platform  (Windows 2000 Professional ) and it
> runs from command line. 
> 
> Can you please tell me what parameter should I use as an argument to
> "setlocale" function to set it to utf8 Hebrew. 

If the locale is set in the environment simple:
setlocale(LC_ALL, "");
should be enough. If you want to enforce to use other locale, use:
setlocale(LC_ALL, "he_IL.UTF-8");

take care,
pkot
-- 
Pawel Kot
http://www.gnokii.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]