I have a lot of htmls encoded in gb2312 and they look good when I open them directly in browser. But now I use docsify to deploy them in server, words become messy code in localhost. Is there a way to make the words show normally?
Asked
Active
Viewed 16 times
0

snakecharmerb
- 47,570
- 11
- 100
- 153

SNORLAX
- 135
- 8
-
Switch to [UTF-8 Everywhere](https://utf8everywhere.org/)… – JosefZ Jun 05 '23 at 14:58
-
1@JosefZ Yes, I used an application to transform all the gb2312 into utf8 and it worked. – SNORLAX Jun 10 '23 at 07:16