Re: Is --enable-utf8 working everywhere?
From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-07-17 05:57:53 CEST
Karl Fogel wrote:
>Branko Čibej <brane@xbc.nu> writes:
We'd have to add some kind of predicate into APR that lets us check for
APR_DECLARE(int) apr_filepath_is_utf8 (void);
The Unix implementation (and probably most others) would just return 0.
APR_DECLARE(int) apr_filepath_is_utf8 (void)
and the conversions would become, e.g.,
char *utf8_filename = (something);
>(Btw we *do* have to dup into the right pool, can't just assign back,
Bang? Crash? Clobber, even? :-)
BTW; I just noticed that the apr_filepath_* functions on Windows can
-- Brane Čibej <brane_at_xbc.nu> http://www.xbc.nu/brane/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed Jul 17 05:58:22 2002 |
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.