[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Fixing prop_tests.py failure in Solaris

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 10 Jun 2010 18:23:50 +0200

On Wed, Jun 09, 2010 at 01:31:54PM +0200, Stefan Sperling wrote:
> > PASS: prop_tests.py 22: test prop* handle invalid property names
>
> Hmmm... I will try to debug this during the hackathon.

This is not a problem in Subversion.

The problem is way deeper, down in the iconv implementation,
and possibly below that. It seems that the behaviour of the
locale implementation within the C library can cause an error
with GNU iconv when opening encoding/decoding code pages.

Alexander, what output does the small program below produce
on your system?

Thanks,
Stefan

#include <stdio.h>
#include <nl_types.h>
#include <langinfo.h>

int main()
{
        printf("%s\n", nl_langinfo(CODESET));
}
Received on 2010-06-10 18:24:34 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.