I would have never thought that the day that I will agree with ZDNet
will come, but it has :(
http://blogs.zdnet.com/open-source/?p=2143
I think it explains the reason why Google is acting as they do in Summer of code
Ido
On Tue, Mar 18, 2008 at 12:56 PM, Luca Olivetti <[EMAIL PROTECTED]> wrote:
On 19 Mar 2008, at 12:42, [EMAIL PROTECTED] wrote:
On Wed, Mar 19, 2008 at 11:50:29AM +0100, Jonas Maebe wrote:
You are normally required to initialise the locale yourself before
calling nl_langinfo(CODESET), by calling setlocal(LC_ALL,'') (at
least
on non-Linux this is always needed).
On Wed, Mar 19, 2008 at 11:50:29AM +0100, Jonas Maebe wrote:
>
> On 19 Mar 2008, at 11:20, [EMAIL PROTECTED] wrote:
>
> >Linux i386 system, fpc from svn rev 10506.
>
> Did this work before? If so, between which and which revision did it
> stop working?
No, it was first experiment.
> >Simple p
On 19 Mar 2008, at 11:20, [EMAIL PROTECTED] wrote:
Linux i386 system, fpc from svn rev 10506.
Did this work before? If so, between which and which revision did it
stop working?
Simple program for retrive system charset:
program b;
uses
Libc;
begin
writeln(nl_langinfo(CODESET));
end.
Linux i386 system, fpc from svn rev 10506.
Simple program for retrive system charset:
program b;
uses
Libc;
begin
writeln(nl_langinfo(CODESET));
end.
Prints: ANSI_X3.4-1968
I think, libc is not inicialized.
ltrace ./b:
nl_langinfo(14,
None of __libc_start_main(... at begining.
obj