John Cowan <[EMAIL PROTECTED]> wrote:
> I coined the term "Astral Planes" for the space 10000-10FFFF, but it
> ticked off someone or other (I suppose because it might suggest that
> they weren't worthy of implementation) and I stopped using it.
On the other hand, it amused me enough so that I actually used it as
a function name:
int AstralPlanes(const unsigned long ulChar)
{
return((ulChar & 0xFFFF0000) != 0);
}
-Doug Ewell
Fullerton, California
- Re: Names of planes, and request for sneak preview Mark Davis
- Re: Names of planes, and request for sneak preview Kenneth Whistler
- Re: Names of planes, and request for sneak preview 11digitboy
- Re: Names of planes, and request for sneak preview Jonathan Coxhead
- Re: Names of planes, and request for sneak preview Tex Texin
- Re: Names of planes, and request for sneak preview Tex Texin
- Re: Names of planes, and request for sneak preview Asmus Freytag
- Re: Names of planes, and request for sneak preview 11digitboy
- Re: Names of planes, and request for sneak preview john
- RE: Names of planes, and request for sneak preview Murray Sargent
- Re: Names of planes, and request for sneak preview Doug Ewell
- Re: Names of planes, and request for sneak preview Roozbeh Pournader

