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

Re: Volunteer for #872? (apr-iconv/xlate stuff, esp Win32)

From: Ulrich Drepper <drepper_at_redhat.com>
Date: 2003-09-10 23:56:38 CEST

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Martin Hauner wrote:

> + /* where do we get the console codepage on a non Windows box? */
> + return APR_LOCALE_CHARSET;
> + //return apr_os_locale_encoding (pool);

return nl_langinfo (CODESET);

Include <langinfo.h>. This is UNIX mandated functionality but still
some systems don't have it so you'll have to add configure checks.

- --
- --------------. ,-. 444 Castro Street
Ulrich Drepper \ ,-----------------' \ Mountain View, CA 94041 USA
Red Hat `--' drepper at redhat.com `---------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/X54W2ijCOnn/RHQRArNaAJ9hRJc4Ew4BCKEpz84/5kROSwyE7gCeIddY
bq12X2l2ToPC+e1fAStUZgY=
=XQV9
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 10 23:58:04 2003

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.