[Vm-dev] Re: New Win32 VM [m17n testers needed]

Chris Petsos chrispetsos at sch.gr
Sun Jun 3 19:58:05 UTC 2007


>  The file path interpretation works on Japanese Windows (see the file
> name pane in the attached picture) by changing the
> fileNameConverterClass of JapaneseEnvironment.  However, I can't quite
> figure out to make keyboard input work...  It doesn't seem that I get
> meaningful values when the input is done via an IME.


Yoshiki,

Don't forget that the VM is sending unicode chars as the sixth data member 
of the event buffer.
So advice your input interpreter as

    evtbuf sixth.

instead of

    evtbuf third.

I also tried to copy/paste same japanese text with the new VM and i couldn't 
do it...
Japanese locale specific question... does a unicode Japanese character fit 
inside a WCHAR struct?

Cause, there have been used Windows functions that convert WCHAR streams

    MultiByteToWideChar
    WideCharToMultiByte

Could the problem be there?

Christos. 




More information about the Squeak-dev mailing list