Problem saving Strings.hpp
-
Hello,
I installed the development tools.
Built "Release-5.0i-7.0i"
Uploaded the resulting bin to the PanelDue (7").
Verified that it runs.I want to add a Setup option to configure the Wi-Fi of the connected Duet WiFi board.
When editing the Strings.hpp to include a new string "CSTRING wifiSettings" and adding the text in each of the languages (English for now in all languages). When I try to save the file I get the following error dialog
"Save could not be completed"
"Reason""
"Some characters cannot be mapped using "Cp1252" character encoding".I am not using any special (non-ASCII) characters.
Does anyone know what I am doing wrong?
Thanks,
Mike -
Switch your editor to use UTF8 encoding, not cp1252.
-
I was afraid to change encoding in case it broke something. But with your recommendation I will do so.
That did the trick.
Thanks.