Unicode/emoji in Playground

Is it a known issue that if unicode characters like emoji are used in the code in Playground, they are lost when you save? In my case, I was loading a glb that has an emoji in the file name (I expect this is not common, heh).

Yes this is linked to how we store the data server side (I think). Do you mind adding an issue in our repo? I should be able to have a look next week

Unicode/emoji characters in Playground are lost upon Save · Issue #12174 · BabylonJS/Babylon.js (github.com)

1 Like

Fixed by Fix #12174 by deltakosh · Pull Request #12391 · BabylonJS/Babylon.js (github.com)

1 Like