[EMAIL PROTECTED] wrote:

>Anybody happen to know: Is there no Win32 API that allows you to determine
>a codepage given a LANGID or a charset value (i.e. one of the two
>parameters provided by WM_INPUTLANGCHANGE)?

wParam of WM_INPUTLANGCHANGE *is* the codepage ID (that you can pass
to MultiByteToWideChar(), for example).

--Torsten

Reply via email to