I've been having some problems with some scripts using WGET to rename, searches ( yes I know many ways around what's not present in the actual API folder ) and additions and remove.
After testing various things out I realized when looking at the device's information that it's got it's own special characters. I need to know what they all are in order to covert the information over and not run into problems in the future.
Here is an example of what I'm talking about.
- 1. Hello! I'm #1 & so are you!
- 2. Hello!+I'm+%231+%26+so+are+you!
- 1 is the plain text name of a device while #2 is it's actual value in it's settings. Spaces convert to +, # converts to %230 and & converts to %26.
Add comment