Wifi network contains a value utf-8 character (e-grave which prints as "è"). With this character entered in /boot/piaware-config.txt, resulting wpa-supplicant.conf is "??" instead of the e-grave character. None of the obvious quote patterns (quoting the string, single backslash, double backslash, unicode (u)) work. Looks like the character handling doesn't support utf-8 (and probably utf-16). Converting the SSID to hex in piaware-config.txt also doesn't work.
Wifi network contains a value utf-8 character (e-grave which prints as "è"). With this character entered in /boot/piaware-config.txt, resulting wpa-supplicant.conf is "??" instead of the e-grave character. None of the obvious quote patterns (quoting the string, single backslash, double backslash, unicode (u)) work. Looks like the character handling doesn't support utf-8 (and probably utf-16). Converting the SSID to hex in piaware-config.txt also doesn't work.