Skip to content
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

生成的电子书文件内容会乱码。 #4

Closed
Lenny-Hu opened this issue May 31, 2016 · 1 comment
Closed

生成的电子书文件内容会乱码。 #4

Lenny-Hu opened this issue May 31, 2016 · 1 comment

Comments

@Lenny-Hu
Copy link

Lenny-Hu commented May 31, 2016

kindle-periodical.js 第241行 修改为 :
var fileContent = '<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">' + '<head>' + '<meta content="http://www.w3.org/1999/xhtml; charset=utf-8" http-equiv="Content-Type" />' + '<title></title>' + '</head>' + '<body>' + _checkContent(article.content) + '</body>' + '</html>'
这样中文就能正常显示了。

@moszeed
Copy link
Owner

moszeed commented May 31, 2016

and now on English, please!

@moszeed moszeed closed this as completed Feb 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants