HaxeFoundation / HaxeFoundation/haxe
HashLink is unable to print the chicken-egg-problem
Open
bug
platform-hl
unicode
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
```haxe
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).
Contributor guide
Assessment
This issue has not been assessed yet.