Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The default encoding of the data URI "data:, ..." is US-ASCII and that causes mojibake when UTF-8 percent encoding is used. So `request.overrideMimeType("text/plain; charset=UTF-8")` is needed.
- Loading branch information