Skip to content

iso-8859-1 encoding #2

@schacon

Description

@schacon

It looks like you're encoding all the files you're saving as iso-8859-1 somehow, which is breaking the build of the ES ebooks. I can re-encode them in UTF-8 but it's going to be an issue going forward unless you can fix it for new files you edit.

$ file -I 1-introduction.asc 
1-introduction.asc: text/plain; charset=iso-8859-1

Normal UTF-8 encoded files should look like this:

$ file -I 1-git-basics.asc 
1-git-basics.asc: text/plain; charset=utf-8

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions