[erlang-patches] Fix UTF-8 errors in documentation
Magnus Henoch
magnus@REDACTED
Wed Sep 4 19:56:52 CEST 2013
When running "make docs" on the master branch, xsltproc gave the error
"parser error : Input is not proper UTF-8, indicate encoding !" for a
few files. These files are declared to be encoded in UTF-8, but contain
Latin-1 characters. This patch converts them to proper UTF-8.
Note that this patch only applies to the master branch. On maint, these
files are declared to be encoded in Latin-1, so this doesn't cause
problems there.
git fetch git://github.com/legoscia/otp.git latin-1-doc-fix
https://github.com/legoscia/otp/compare/erlang:master...legoscia:latin-1-doc-fix
https://github.com/legoscia/otp/compare/erlang:master...legoscia:latin-1-doc-fix.patch
Regards,
Magnus
More information about the erlang-patches
mailing list