There’s no character set associated with an SSID; any length of 0-32 octets should be valid. BUT my Imp will not Blinkup up and connect if non ASCII characters (e.g. accented letters) are present in the SSID. Is this a bug?
How does the Iphone app work – do you have to type in the SSID or can it detect the one that IOS itself is using? If you have to type it in, I wonder whether the text-entry widget in the Iphone app is returning the accented character in Unicode-NFD but the actual SSID is Unicode-NFC…
@Isidro I’ve tested this and am having the same issue. Will file a bug report. If you need a workaround in the meantime, you could blink up to an ASCII-named network and use imp.setwificonfiguration() to reconfigure to the desired SSID.