Hello Monks

I have a very special problem, but maybe you can shed some light on the things I can work on to solve it.

I am in need to run a perl/tk application on Wine for macOs (the why is a long story. It actually works fine, exept for one thing which is quite strange and is someway related to Tk:

every Perl/Tk application compiled in exe I try to run in Wine on a macOS does not accept as input (in wigets Entry or Text, for example) from the keyboard fonts/languages like Russian, Arabic etc. and produces simple ?????? for any key stroke. I tried many perl/tk apps (.exe) from myself and from third parties. I thought it had to do with Wine, but here are a couple of strange things:

One possible solution would be to compile directly in macOS or switch to Perl/Wx. But this would mean a lot of work... and someway I find this behavior quite strange and would like to understand it, and possible solve it.

I am working on a macOS HighSierra in Italian. Any suggestion what I could try/consider is appreciated.


In reply to Tk characters econdings on Wine by IB2017

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.