aspell-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fwd: Aspell & international support


From: Kevin Atkinson
Subject: Re: Fwd: Aspell & international support
Date: Mon, 01 Mar 1999 01:59:32 -0500

Ted Rolle wrote:
> 
> >Don't forget that characters are after all numbers too.
> 
> Um, no they are not.  Not in any sense of the word.  Numbers, you can add.
> Try adding 'a'+'b' and coming up with a meaningful result.
> 

They are stored as numbers and in C and C++ you can even treat them as
numbers.  'a' < 'b' is valid and so is 'a' + 1.  Unicode gives each
character a unique number thus it makes sense to treat unicharacters as
numbers also.

-- 
Kevin Atkinson
address@hidden
http://metalab.unc.edu/kevina/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]