Aidan275 / nativeqda-dev

NativeQDA
http://dev.nativeqda.xyz/
GNU General Public License v3.0
2 stars 0 forks source link

Special characters not supported in navbar #19

Open Lucas-W opened 7 years ago

Lucas-W commented 7 years ago

Emoji characters break it.

emoji

Regular special characters (And emoji like love heart) do not display correctly

emoji2

Lucas-W commented 7 years ago

https://github.com/Aidan275/nativeqda-dev/blob/61b622b9bb0833fed2a7b826307d097dae8985e0/src/app_client/common/services/authentication.service.js#L36-L47

The atob function does not do Base64URI decoding that JWT is based on. It also needs to support UTF-8

d3nd0 commented 6 years ago

Maybe use a library such as: