Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
983 B

  1. ******************************************************************************
  2. README.TXT
  3. For FAKEIME.IME
  4. ******************************************************************************
  5. About FAKEIME
  6. This sample code gives demonstrations on developing Ansi IME and Unicode
  7. IME for Japanese version Windows NT 5.0 and Windows 98. The FakeIME can be built
  8. as an pure ANSI version(A version).
  9. Please apply MSVC 5.0 SP3, otherwise it will have link errors when build fakeime.
  10. How to use FAKEIME.IME
  11. (1) When the composition string is there.
  12. Change mode of ROMAN: Ctrl + F3
  13. Change mode to HIRAGANA: Ctrl + F6
  14. Change mode to KATAKANA: Ctrl + F7
  15. Change mode to HANKAKU: Ctrl + F8
  16. Change mode to ALPHANUMERIC: Ctrl + F9
  17. (2) When the composition string is there.
  18. Convert Key: Space
  19. Finalize Key: Enter
  20. Convert to HIRAGANA: F6
  21. Convert to KATAKANA: F7