You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-user@logging.apache.org by Curt Arnold <ca...@houston.rr.com> on 2005/04/22 07:39:17 UTC

CVS HEAD now working on Windows

Sorry it took so long.  I've now eliminated the use of APR's apr_xlate 
function on Windows since apr_iconv had issues.  The choices of 
encodings is substantially more limited on Windows, only the encodings 
guaranteed to be present on Java are there (US-ASCII, ISO-8859-1, 
UTF-8, UTF-16LE, UTF-16BE and UTF-16) plus the current locale's code 
page.  Platforms with a native iconv implementation should have access 
to all of those plus any other available encoding.

There are still some loose ends (such as building log4cxx on Windows 
using a UTF-8 logchar), but it is at least functional again.