oligau / xwax-1.5-osc

OSC server branch for use with touchwax client
GNU General Public License v2.0
4 stars 3 forks source link

encoding of special chars in xwax-client response #6

Open othmar52 opened 7 years ago

othmar52 commented 7 years ago

Obviously the output of xwax-client 127.0.0.1 get_status 0 needs some improvement. Having an horrible filename on a xwax-deck gives me

dj@xwax-machine ~ $ xwax-client 127.0.0.1 get_status 0
OK
deck: 0
path: /path/to/testfile with zero-width-space?.wav
...

The filename in detail has a zero-width space <U+200B> which is displayed/returned as ?

btw loading such a file via xwax-client load_track works perfectly