Re: Svn import error
From: Branko Čibej <brane_at_xbc.nu>
Date: 2005-09-02 00:35:26 CEST
[taking this to dev@]
Ben Collins-Sussman wrote:
>
The docstring for check_non_ascii in utf.c says:
/* Return APR_EINVAL if the first LEN bytes of DATA contain anything
And the code does:
if ((! apr_isascii (*data))
(Those should be svn_ctype_is*, but no matter).
So it seems that, if iconv isn't used, we forbid all ASCII control
And we allow ASCII control chars in filenames if we _do_ have iconv,
-- Brane
---------------------------------------------------------------------
|
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.