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

Reply via email to