Edited 8 years ago by Tupolov
We are seeing issues with special characters [] {} , " etc and persistence, please remove ANY special char from mission names, group tags, etc.
We are seeing issues with special characters [] {} , " etc and persistence, please remove ANY special char from mission names, group tags, etc.
Hi, I just wanted to suggest using something like URLEncoding/Decoding to fix the problems with persistence.
In another post I read about a group using spacing but only the first word came through in the logs.
If you URLEncode "Cool Group Name" it would be sent like: "Cool%20Group%20Name" in one string.
I've had the same problem with an app/plugin I build long ago. You can PM me if needed.