Page 1 of 1

SC dialog window captions not displaying UTF properly

Posted: 14 Mar 2023 01:39
by jupe
I am not sure if this is a known issue or not, but I noticed that the SC commands inputselect and text (possibly others) don't seem to support UTF as the window caption, eg

$utf = "日本人"; text 3:=$utf; inputselect(7:=$utf);

The main XY window seems capable of displaying it properly, as do the shell dialogs via inputfile etc, so I don't think it is because of my OS CP.

Re: SC dialog window captions not displaying UTF properly

Posted: 14 Mar 2023 11:16
by admin
I could fix it for inputselect but not for text (bloody mystery).

Re: SC dialog window captions not displaying UTF properly

Posted: 14 Mar 2023 12:22
by admin
Got it. To the solution for the other dialog is too crazy to mention here. :cup: :ugeek: