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:40:29 -0500

Ted Rolle wrote:
> 
> No, don't use int!!!  Don't use ANYTHING that describes a number when
> dealing with characters.  Isn't there a 'wide char' or something like that?
> I'd (for the nonce) typedef the actual word definitions to what they are
> currently, and then change the typedef when time permits.

The wide character is not portable as it can be anywhere from 8 to 32
bits deponding on the system.

Calm down.  I will not directory use int.  I will use a typedef like
"typedef int unichar".  Don't forget that characters are after all
numbers too.

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



reply via email to

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