-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Garbled code will be generated if .md file contains too many Chinese characters #23
Comments
Hmmm, definitely an issue. But is it the rendering issue or the server issue? |
It renders correct after deploy, so I file the issue here. |
mark 遇到同样的问题,好疑惑 |
Sometimes the 'over-flooded' Chinese characters just get cut out, instead of being replaced by random symbols. |
Still got the same result on hexo: 3.3.1 when rendered in the localhost, but it's rendered correctly on github. It seems that the response is corrupt. The end of response body seems to be truncated and mixed up with some, e.g.:
It should be something like:
instead. |
This's actually a regression caused by commit 4103a75. By enabling the compression can quickly avoid this problem: server:
compress: true |
The solution of @wayou is actually correct. But the description seems inconsistent with code? disabling or enabling? |
This issue is originally posted at ahonn/hexo-theme-even#46
I have the same problem,
Here is the md file
https://raw.githubusercontent.com/yangg/blog/master/source/_posts/weixin-app.md
The text was updated successfully, but these errors were encountered: