HaxeFoundation / HaxeFoundation/haxe
[hl] hl.Bytes to String
Open
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
I think there is no simple way to do it on Haxe side, so hashlink bindings use `@:privateAccess String.fromUTF8(bytes)` (_std/String method).
https://github.com/HaxeFoundation/hashlink/search?q=fromUTF8
Want to request `Bytes.toString`/`Bytes.getString`/`Bytes.getUTF8` or something like that if there is no such method, thanks.
Contributor guide
Assessment
This issue has not been assessed yet.