Unfortunately, putting quotes around the name will not help. Apparently, the Python 2 version of urllib.parse.quote_plus(), which escapes special characters, does not work with unicode. I will come up with a patch.
In the meantime, you can use Python 3. -tk On Mon, Jun 22, 2020 at 4:59 AM Greg from Oz <[email protected]> wrote: > It will probably work if you put quotes around the name > > location = "text example" > > -- > You received this message because you are subscribed to the Google Groups > "weewx-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/584b3eb2-08b0-4c4c-ba41-d21632d95767o%40googlegroups.com > . > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAPq0zEAGWSV8yjKcoW6x9n6iVGpo3VqfstZGBja%2By_k6yA6C_g%40mail.gmail.com.
