AttributedString WordWrap byChar not working?

Hi!

I want to add word wrap to an attributed string.
You can do that by using AttributedString::setWordWrap().
This works fine for WordWrap::none and WordWrap::byWord.
But it does not work for me when I set it to WordWrap::byChar. byChar and byWord are the same for me: both wrap at word boundaries. But I want it to wrap at char boundaries.

I am on JUCE 6.0.1 on Windows 10.

EDIT: Interestingly it works on OSX. So it seems to be a Win only bug.

Hi @ed95 or @reuk,
bumping to see if you have any info on this.