- atob() returns Latin-1 binary string, not UTF-8
- Chinese characters decoded incorrectly causing mojibake
- Use TextDecoder("utf-8") with Uint8Array for correct handling
|
||
|---|---|---|
| .. | ||
| app | ||
| assets | ||
| client | ||
| components | ||
| contexts | ||
| data | ||
| hooks | ||
| lib | ||
| types | ||
| App.css | ||
| App.tsx | ||
| index.css | ||
| main.tsx | ||