You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just noting this in case anyone else runs into this issue. My demo app for the haxelib prints notification messages in a variety of languages, and these messages used to display correctly.
Under Haxe 4.1.2 and hxcpp 4.2.1 and OpenFL 9.1.0, the notification message bodies only ever include the first character of the message, "I" (of messages that read like "Id x: non-english-text..."), on iOS.
It seems to work fine for strings that are all in English, but using messages from an array of strings that include other stuff, including non-ASCII characters, does not work.
Just noting this in case anyone else runs into this issue. My demo app for the haxelib prints notification messages in a variety of languages, and these messages used to display correctly.
https://github.com/Tw1ddle/samcodes-notifications-demo
Under Haxe 4.1.2 and hxcpp 4.2.1 and OpenFL 9.1.0, the notification message bodies only ever include the first character of the message, "I" (of messages that read like "Id x: non-english-text..."), on iOS.
It seems to work fine for strings that are all in English, but using messages from an array of strings that include other stuff, including non-ASCII characters, does not work.
Perhaps there is a string encoding/conversion issue going over my head: https://github.com/Tw1ddle/samcodes-notifications/blob/master/project/iphone/SamcodesNotifications.mm#L184
The text was updated successfully, but these errors were encountered: