Re: [ANN] Winapi - a minimal but useful Windows API binding
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Winapi - a minimal but useful Windows API binding
- From: Javier Guerra Giraldez <javier@...>
- Date: Thu, 9 Jun 2011 11:11:44 -0500
On Thu, Jun 9, 2011 at 8:32 AM, Peter Cawley <lua@corsix.org> wrote:
> if text is ASCII and uses codes between 128 and 255
ASCII is only 0-127
the other 128 codes are undefined, even if there are some 'codepages'
and such. but they're not ASCII
--
Javier