Re: started applying Marcus' patch
From: Marcus Comstedt <marcus_at_mc.pp.se>
Date: 2002-07-18 23:16:53 CEST
=?UTF-8?B?QnJhbmtvIMSMaWJlag==?= <brane@xbc.nu> writes:
> >Explicitly telling subversion which properties are really binary and
Or having some syntactic convention of the name (other than "svn:") as
> >Moot point. If the native locale is EBCDIC, we're gonna crash and
There's basically two interresting cases.
1) You're compiling on an EBCDIC system, in which case the character
In this case, all code that assumes literal characters and strings
2) You're compiling on an ASCII based system, but selecting an EBCDIC
In this case, anything that e.g. printfs a string literal to stdout
I can point out numerous code points for each of these cases.
> >apr_isascii is equivalent to the arithmetic test, by the way.
Ahem? Notice the occurrence of "ASCII" in the name "isascii()". It's
From the Solaris manpage:
| isascii()
If isascii() is going to return true for EBCDIC characters on some
// Marcus
---------------------------------------------------------------------
|
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.