BlakeRhodes / rotato

This is a pairing program to aid those who are pairing up.
https://www.rotato.dev
MIT License
1 stars 3 forks source link

Fix share feature to allow unicode characters #24

Closed giunto closed 3 years ago

giunto commented 3 years ago

I noticed that the share button didn't work if there were any devs or boards that contained unicode characters like emojis. It looks like this is caused by the btoa and atob methods not allowing these characters by default.

I implemented the solution from stack overflow and it looks like it works now: https://stackoverflow.com/a/33626659