Menu

#4 Unicode Support

v1.0 (example)
open
nobody
None
5
2017-04-27
2013-07-26
No

Hi

You could easily add unicode support to your examples in the wiki by changing chr(event.Ascii) to unichr(event.Ascii).

Discussion

  • goldfinger

    goldfinger - 2013-08-09

    Could there perhaps be an event.Unicode equivalent to event.Ascii.
    We could use the user32.ToUnicode(Ex)

    And the same for window titles, we could use user32.GetWindowTextW

     
  • munkhbymba

    munkhbymba - 2017-04-27

    hi

    I need add unicde support. but i cant. What is "We could use the user32.ToUnicode(Ex)"? and where is?

     

Log in to post a comment.