There was a cut and paste error in charsetdecoder.cpp where the IllegalArgumentException would have the "topage" value (which would be fixed as UTF-8) instead of the "frompage" which would be passed in as an argument. In addition, the exception throwing code didn't check for some special char* values used by APR. I've hopefully fixed those which may or may not change the message you are getting. It would not change that you are getting an exception.

Could you run "make check" for apr-util? Look for any test failures involving apr_xlate functions.

Reply via email to