Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

FGetStringTypeW, Unicode characters differ on XP & 2000

0 views
Skip to first unread message

Chris N

unread,
May 6, 2008, 2:40:28 PM5/6/08
to
Looking into a bug I discovered that the FGetStringTypeW function returns
different values on the two OS. In particular some characters are listed as
ALPHA on one system but not the other. The most significant is 'ー', part of
the string 'ニューヨーク' which is New York.
On XP the return value is 0x200, on 2000 0x110.
Is there a way to make the function return the same values regardless of the
OS?

Thanks,

Chris

Michael S. Kaplan [MSFT]

unread,
May 6, 2008, 10:38:45 PM5/6/08
to
I assume you mean GetStringTypeW here? There is no FGetStringTypeW in
Windows.

To answer the [modified] question -- not really, no. The underlying data
store is what it is.


--

MichKa [Microsoft]
Windows International Fundamentals
Blog: http://blogs.msdn.com/michkap

This posting is provided "AS IS" with
no warranties, and confers no rights.


"Chris N" <Chr...@discussions.microsoft.com> wrote in message
news:CDF40AC7-BBDE-4894...@microsoft.com...


> Looking into a bug I discovered that the FGetStringTypeW function returns
> different values on the two OS. In particular some characters are listed
> as

> ALPHA on one system but not the other. The most significant is '?', part
> of
> the string '??????' which is New York.

0 new messages