google-code-export / serf

Automatically exported from code.google.com/p/serf
Apache License 2.0
1 stars 1 forks source link

Serf requires apr-iconv while subversion 1.5 no longer needs it on windows #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Current situation:
Subversion 1.5 will use windows for character set conversions, but when 
using Serf as weblibrary apr-iconv is still a requirement.

Expected situation:
The use of wrappers for the windows internal conversions

Original issue reported on code.google.com by bhuijben on 31 Jul 2007 at 9:07

GoogleCodeExporter commented 9 years ago
Serf doesn't depend on apr-iconv. Actually serf depends on apr-util,
which could in turn depend on apr-iconv for implementing apr_xlate_*.
But as far I can see serf doesn't use apr_xlate_* functions, so you can
easily build apr-util without dependency to apr-iconv. To do that
see APU_HAVE_APR_ICONV define in apu.hw.

Original comment by chemodax@gmail.com on 28 Aug 2007 at 1:29