Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config fails to dump/pack if SSID contains unicode characters #1

Open
SiliconExarch opened this issue Aug 1, 2020 · 0 comments
Open

Comments

@SiliconExarch
Copy link

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?

Mygod added a commit to Mygod/Asuswrt-Configs-Deobfuscator that referenced this issue Sep 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant