FIX: ImmSetConversionStatus Doesn't Work When IME Is Closed (150024)



The information in this article applies to:

  • Microsoft Windows Software Development Kit (SDK) 3.1
  • Microsoft Platform Software Development Kit (SDK) 1.0, when used with:
    • Microsoft Windows NT Server 3.51
    • Microsoft Windows NT Workstation 3.51
    • Microsoft Windows 95

This article was previously published under Q150024

SYMPTOMS

Under Microsoft Japanese Windows 95 and Microsoft Japanese Windows NT 3.51, ImmSetConversionStatus doesn't work if the native IME -- MS IME 95 -- is used when IME is closed.

If the IME is closed and ImmSetConversionStatus is called to set the conversion status, the new conversion status is not used when the IME is opened again. Instead, the conversion status reverts to the old setting, although the IME status window shows the new setting.

STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article.

This problem was corrected in Windows 2000.

MORE INFORMATION

Steps to Reproduce Problem


  1. Open MS IME 95. Set it to double-byte Hiragana mode, and type in some Hiragana characters. Then close the IME.
  2. Call ImmSetConversionStatus to set the IME to Katakana mode.
  3. Open IME. The status window appears to be in Katakana mode.
  4. Start typing, and notice that the Status Window reverts back to double-byte Hiragana mode.

Modification Type:MinorLast Reviewed:7/11/2005
Keywords:kbbug kbDBCS kbfix kbIntl kbIntlDev kbOSWin2000fix KB150024