i18n hell.
From: Ben Collins-Sussman <sussman_at_collab.net>
 
Date: 2002-07-11 20:55:52 CEST 
So I compiled subversion with --enable-utf8, and suddenly started
 apr_error: #22, src_err 0 : <Invalid argument>
 So I traced into our call to apr/i18n/unix/xlate.capr_xlate_open().
 This function had "UTF-8" passed in already, and the value
 Then we call iconv_open() on these two strings:  bam, I get an EINVAL
 It turns out that my iconv only accepts "ISO-8859-1", not "ISO8859-1":
 $ man iconv_open
 $ iconv -f UTF-8 -t ISO8859-1 foo
 This seems way screwed up to me.  The unhyphenated codepage name came
 ---------------------------------------------------------------------
  | 
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.