<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16441" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Remember at start that you 've been telling me to
acquire unicode chars by handling the WM_UNICHAR message?</FONT></DIV>
<DIV><FONT face=Arial size=2>Well...i didn't and now i am having the first
problems...</FONT></DIV>
<DIV><FONT face=Arial size=2>First...keyboard shortcuts do not work of course
when i have the keyboard turned to my locale.</FONT></DIV>
<DIV><FONT face=Arial size=2>The charCode member of the event buffer takes
values above 128...</FONT></DIV>
<DIV><FONT face=Arial size=2>We can interpret it back to MacRoman values inside
the image but then the so called "unicode" environment will be polluted with
locale specific code. Also, each environment can provide interpreters for itself
without polluting the base UnicodeEnvironment class but still i don't know.
Another, smaller, problem is that the mouse wheel does not work...and i don't
know what else can come up in the future...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Do you think it would be wise to try once again
handling WM_UNICHAR and leave everything else unchanged?</FONT></DIV>
<DIV><FONT face=Arial size=2>Documentation and reports on this message are
really vague and controversial... some did it, some didn't ...i don't know! Any
suggestions???</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Christos.</FONT></DIV></BODY></HTML>