Re: Fix UTF-8 errors in documentation
Fredrik <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.patches |
|---|---|
| Message-ID | <[email protected]> |
On 09/04/2013 07:56 PM, Magnus Henoch wrote: > 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 > _______________________________________________ > erlang-patches mailing list > [email protected] > http://erlang.org/mailman/listinfo/erlang-patches Hello Magnus, Thanks for the patch, -- BR Fredrik Gustafsson Erlang OTP Team _______________________________________________ erlang-patches mailing list [email protected] http://erlang.org/mailman/listinfo/erlang-patches