Mladen Turk wrote:
I just browse the source code for the httpd and in 99% there is a single need for apr_xlate API, and that is to convert from ISO-8859-1 to EBCDIC if someone is using IBM at the first place.
APR is not just a utility for httpd. Subversion uses it and relies heavily on apr_xlate, and doesn't use apr_iconv on Unix.
-- Brane
