Unicode capabilities of ValueTree

Hi,
I’ll probably be using ValueTrees and it’s binary storage form for a bunch of preset and cross platform storage stuff.
If I in a ValueTree save a bunch of unicode strings on Windows machine, will I be able to read back the string properly on for example Mac?

What is the nature of the string storage in binary storage?

Thanks,
Michael

Of course. All string handling is unicode, and the binary storage uses utf8. Basically: don’t worry about it!

I’m a worrying guy Jules. :wink: Can’t help it. Thanks for the info.