OSC String sending does not correctly encode characters which fall outside of the base ASCII charset.
Characters like č, é and many others are replaced with a “?”.
This likely comes from using the ASCII encoding when generating message bytes.
I suggest that UTF-8 encoding is used instead or that there is a choice.
Programs like Protokol, Resolume and others support this encoding natively when reading OSC strings.
I have tested this with a custom encoding implementation and it works.
OSCSendStringUTF8.vl (23.6 KB)