Iam1337 / extOSC

extOSC is a tool dedicated to simplify creation of applications in Unity with OSC protocol usage.
MIT License
193 stars 25 forks source link

Sending string with utf-8 characters is not encoding right #18

Closed TheBricktop closed 3 years ago

TheBricktop commented 3 years ago

When sending strings that contain utf-8 characters (Polish) im getting "?" on the output, where might be the culprit? I think that there could be some encoding problem or special settings involved.

Iam1337 commented 3 years ago

Hi, OSC protocol uses ASCII encoding for strings. extOSC has UTF-8 encoding for strings, just toggle option in top menu: /Tools/extOSC/Settings/UTF-8.

TheBricktop commented 3 years ago

OH. Yeez, thanks man You re awesome.