ValueTreeEditor can't display non ascii words correctly

I have some file names that contain non ascii chars. It can’t be displayed correctly some of JUCE’s components, like in ValueTreeEditor. I have a file name “O Nanã feat Ange (Original Mix)”. It is displayed in ValueTreeEditor like this
Screenshot 2022-09-19 at 15.33.05

When I double click to select the string, it looks like this:
Screenshot 2022-09-19 at 15.45.47
It’s much better in the selected version, but still can’t display ñ

When I copy the string from ValueTreeEditor and paste it in TextEdit on MacOS, it looks like this:
Screenshot 2022-09-19 at 16.58.11

In JUCE Label, it looks like this (the same as ValueTreeEditor)
Screenshot 2022-09-19 at 16.57.45

This makes me suspect that the data is correct but some of JUCE’s components can’t display it correctly. Is there a way to work around it?

ValueTreeEditor isn’t a JUCE component. But a repro using just a basic TextEditor::Value and a Value from a ValueTree would probably help narrow the issue down.

ah embarrassing! (that’s what happens when having a flu). Warm greetings!!