In our previous episode, Tomas Hajny said:
> > The necessary code is currently still missing from clocale on unix.
>
> Are the respective identifiers used on Windows platform independent?
Looks totally windows specific to me. Probably that is the reason why
clocale doesn't since you'd need large
On 20 Feb 11, at 22:25, Michael Van Canneyt wrote:
> On Sun, 20 Feb 2011, ik wrote:
>
> > Hello,
> >
> > I found out that the SysLocale is only initialized on Windows. Should it be
> > used on other OS,
> > or is it a Windows specific variable ?
>
> Well, the idea is that it is initialized on a
On Sun, 20 Feb 2011, ik wrote:
Hello,
I found out that the SysLocale is only initialized on Windows. Should it be
used on other OS,
or is it a Windows specific variable ?
Well, the idea is that it is initialized on all OSes,
but currently it is only initialized on Windows.
The necessary
Darius Blaszyk wrote:
On Feb 19, 2011, at 3:18 PM, Mark Morgan Lloyd wrote:
Henry Vermaak wrote:
On 18 February 2011 18:19, Mark Morgan Lloyd
wrote:
I need to trace through a program, running on two different systems which
might or might not have the same OS, in order to find out where it's
Hello,
I found out that the SysLocale is only initialized on Windows. Should it be
used on other OS, or is it a Windows specific variable ?
Thanks,
Ido
LINESIP - Opening the source for communication
http://www.linesip.com
http://www.linesip.co.il
___
On Feb 19, 2011, at 3:18 PM, Mark Morgan Lloyd wrote:
> Henry Vermaak wrote:
>> On 18 February 2011 18:19, Mark Morgan Lloyd
>> wrote:
>>> I need to trace through a program, running on two different systems which
>>> might or might not have the same OS, in order to find out where it's
>>> failin