See #25135.
https://github.com/wxWidgets/wxWidgets/pull/27016
(7 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
Hmm, returning to this to update the code to use the new function, I think there is anothing preexisting bug here: currently wxString::Format("%c", wxUniChar{0x1F600}) doesn't work under MSW: it produces \uF600 as it simply discards the high 16 bits. This needs to be fixed to allow replacing GetUnicodeKey() with GetUnicodeChar() easily in the existing code...
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
@vadz pushed 9 commits.
—
View it on GitHub or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
This one should be ready too now.
An example of what we gain: with the changes here I can insert emojis from Windows emoji panel in the control in stc sample, when previously this didn't work at all.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
Please let me know if anybody plans to review this. Otherwise I'll merge it soon.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()