You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the process of using this tool to modify my Fresh Tomato configuration file I noticed that it failed to dump or pack a config if my SSID was set to any string including unicode characters.
The fix for this is simple, replace all instances of "ascii" in conf2jsonFile and jsonFile2Conf with "utf-8" instead. This may cause compatibility issues for some firmware builds so if you wanted to implement this fix cleanly you could maybe add a -u argument to the dump and pack commands to toggle unicode support?
The text was updated successfully, but these errors were encountered:
Mygod
added a commit
to Mygod/Asuswrt-Configs-Deobfuscator
that referenced
this issue
Sep 22, 2020
In the process of using this tool to modify my Fresh Tomato configuration file I noticed that it failed to dump or pack a config if my SSID was set to any string including unicode characters.
The fix for this is simple, replace all instances of "ascii" in conf2jsonFile and jsonFile2Conf with "utf-8" instead. This may cause compatibility issues for some firmware builds so if you wanted to implement this fix cleanly you could maybe add a -u argument to the dump and pack commands to toggle unicode support?
The text was updated successfully, but these errors were encountered: