Widget name with spaces or other special characters

1 view (last 30 days)
Recently, when editing a widget name that contains spaces or other special characters, they are replaced using percentage encoding... then the name is displayed with the percentage characters. Is anyone else experiencing this?
  6 Comments
dpb
dpb on 1 Jun 2020
Edited: dpb on 1 Jun 2020
Looks like the present workaround would be to replace the blanks with underscores. Not quite as neat, but probably better than '%20'.
This is typical URL-type encoding to avoid embedded blanks probably from whence the symptom arises...
Gonzalo Palarea
Gonzalo Palarea on 1 Jun 2020
Good idea with the underscores to replace spaces... for other symbols not quite... for example I wanted to include a backslash too, but that one also gets changed to URL-type encoding. Good to hear it will be fixed soon.

Sign in to comment.

Accepted Answer

Vinod
Vinod on 1 Jul 2020
A fix for this has been deployed. Please let us know if you are still seeing spaces being replaced by %20, or other special characters are not being rendered correctly.

More Answers (0)

Communities

More Answers in the  ThingSpeak Community

Categories

Find more on Read Data from Channel in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!