Re: Questions about MSDN for some DDK functions
- From: "Skywing" <skywing_NO_SPAM_@xxxxxxxxxxxxxxxxxxx>
- Date: Mon, 11 Jul 2005 14:15:25 -0400
Win32k.sys (and thus user32/gdi32) support UTF-16 character encodings as of
Win2K, IIRC. So, yes, there is some support.
>From MSDN, WM_CHAR documentation:
"Remarks
The WM_CHAR message uses Unicode Transformation Format (UTF)-16. "
"Maxim S. Shatskih" <maxim@xxxxxxxxxxxxxxxx> wrote in message
news:uEGKjQghFHA.2904@xxxxxxxxxxxxxxxxxxxxxxx
>> letters. In Unicode one 16-bit lowercase letter properly uppercases to
>> two
>> 16-bit uppercase letters. I still doubt that RtlUpcaseUnicodeChar
>> performs
>> the way MSDN documents it.
>
> Really? From what I know, Windows Unicode only supports 16bit characters,
> and
> no multi-character sequences. Am I wrong?
>
> --
> Maxim Shatskih, Windows DDK MVP
> StorageCraft Corporation
> maxim@xxxxxxxxxxxxxxxx
> http://www.storagecraft.com
>
>
.
- Follow-Ups:
- Re: Questions about MSDN for some DDK functions
- From: Don Burn
- Re: Questions about MSDN for some DDK functions
- From: Maxim S. Shatskih
- Re: Questions about MSDN for some DDK functions
- References:
- Questions about MSDN for some DDK functions
- From: Norman Diamond
- Re: Questions about MSDN for some DDK functions
- From: Don Burn
- Re: Questions about MSDN for some DDK functions
- From: Norman Diamond
- Re: Questions about MSDN for some DDK functions
- From: Maxim S. Shatskih
- Questions about MSDN for some DDK functions
- Prev by Date: Re: IRP_MJ_DEVICE_CONTROL vs IRP_MJ_READ/WRITE
- Next by Date: Re: IRP_MJ_DEVICE_CONTROL vs IRP_MJ_READ/WRITE
- Previous by thread: Re: Questions about MSDN for some DDK functions
- Next by thread: Re: Questions about MSDN for some DDK functions
- Index(es):
Relevant Pages
|