utf-8
-
Using Javascript's atob to decode base64 doesn't properly decode utf-8 strings I'm using the Javascript function to decode a base64-encoded string (specifically the base64-encoded content from the GitHub API). Problem is I'm getting ASCII-encoded characters back (like instead of ). How can I properly handle the incoming base64-enco
标签