<div dir="ltr"><br>2013/9/13 Alexandre Julliard <<a href="mailto:julliard@winehq.org" target="_blank">julliard@winehq.org</a>><br>><br>> > @@ -3313,6 +3315,10 @@ LRESULT ME_HandleMessage(ME_TextEditor *editor, UINT msg, WPARAM wParam,<br>


> >          len = lParam ? strlen((char *)lParam) : 0;<br>> >        }<br>> >      } else {<br>> > +      if(bUTF8) {<br>> > +        lParam = lParam + 3;<br>> > +        pStruct->codepage = CP_UTF8;<br>


> > +      }<br>><br>> That struct belongs to the caller, you can't change it.<br><br><div>Thank you for the review!<br>I have sent another try.<br><br>--<br>Regards,<br>Jactry Zeng</div></div>