makeDeviceDriver. Diacritics

The last letter in “Catană” (ă) seems to be problematic if inside the single quotes there’s a space.

var deviceDriver = midiremote_api.makeDeviceDriver(‘Test’, ‘One’, ‘Alin Catană’)


This is how my button looks like if the script contains the above line.
image

To make it work and make it look like in the screenshot below, I need to change the last parameter of makeDeviceDriver object to either Alin Catana (without “ă”) or AlinCatană (with “ă”, but without space).
image

Hi @alin89c, please have a look at the MIDI Remote Script Console, maybe there is a red error message?

1 Like

Nope. No error message.

Interesting, wasn’t expecting problems within the range of extended latin characters. More on Cyrillic, Japanese etc. Will investigate on that, thanks for sharing!

1 Like

I’m glad I could help.

1 Like