haxe
haxe copied to clipboard
HashLink is unable to print the chicken-egg-problem
function main() {
trace(["🥚", "🐔"]);
}
source/Main.hx:2: [??,??]
Printing emoji works fine for me on every single other target (even neko), so I doubt it's something with my console. This is on Windows 10 v2004 with both HL 1.1.0 and latest nightly (https://github.com/HaxeFoundation/hashlink/commit/bea1af67d7cb1404b6623c276715160f83d00fa3).
This still doesn't work, and it indeed works on other targets that I've tested.
Works on linux btw