在 node.js 中不支持 big5 解碼,因此當筆者透過 axios 呼叫 charset 為 big5 的 response 資料時,仍會以 utf8 編碼解析而產生亂碼。
2021-02-19
[web] 在 node.js 環境中使用 axios 遇到 Big5 中文亂碼怎麼辦
- 3052
- 0
- Troubleshoot
- 2021-04-27
在 node.js 中不支持 big5 解碼,因此當筆者透過 axios 呼叫 charset 為 big5 的 response 資料時,仍會以 utf8 編碼解析而產生亂碼。