Re: IsTextUnicode and Windows 98
From: Tom Widmer (tom_usenet_at_hotmail.com)
Date: 10/05/04
- Next message: Alexander Nickolov: "Re: ActiveX Written in VB and used in VC"
- Previous message: Bonj: "Re: One more question on TSTs"
- In reply to: George Ionescu: "Re: IsTextUnicode and Windows 98"
- Next in thread: Jochen Kalmbach: "Re: IsTextUnicode and Windows 98"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 05 Oct 2004 17:35:48 +0100
On Tue, 5 Oct 2004 11:40:40 +0200, "George Ionescu"
<geoionescu@hotmail.com> wrote:
>> CHeck if each char is between 0 and 127.
>
>Why? Isn't, for example, 200 (È) a *valid* ASCII char code?
No, ASCII usually refers to US-ASCII, which is a 7-bit encoding.
Latin-1 (aka ISO 8859-1, where 200 (È) is defined) is an ASCII
extension. The first 128 UNICODE character codes are the same as those
in US-ASCII. Actually, I have a feeling that the first 256 codes
equate to Latin-1.
Tom
- Next message: Alexander Nickolov: "Re: ActiveX Written in VB and used in VC"
- Previous message: Bonj: "Re: One more question on TSTs"
- In reply to: George Ionescu: "Re: IsTextUnicode and Windows 98"
- Next in thread: Jochen Kalmbach: "Re: IsTextUnicode and Windows 98"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|