Skip to content

A simple Javascript website to fix common EPUB problem for Amazon's Send to Kindle.

License

Notifications You must be signed in to change notification settings

thomas-shirley/kindle-epub-fix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kindle EPUB Fix

Amazon Send-to-Kindle service has accepted EPUB, however, for historical reason it still assumes ISO-8859-1 encoding if no encoding is specified. This creates weird formatting errors for special characters.

This tool will try to fix your EPUB by adding the UTF-8 specification to your EPUB. It currently does not fix other errors.

You can access this tools at https://kindle-epub-fix.netlify.app

Warning: This tool come at no warranty. Please still keep your original EPUB. We don't guarantee the resulting file will be valid EPUB file, but it should.

About

A simple Javascript website to fix common EPUB problem for Amazon's Send to Kindle.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.6%
  • HTML 27.4%