Yeah it appears
<meta charset=utf-8>
would be the best choice according to the this article section 2.1 (
http://www.w3.org/TR/2008/WD-html5-diff-20080122/#character-encoding) by
HTML5 working group. I will make this change now. Thanks for the heads up
Jirka.
Thanks,
Leroy
On 7 September 2012 09:23, Jirka Kosek <jirka@kosek.cz> wrote:
> On 7.9.2012 0:24, Felix Sasaki wrote:
>
> > It seems that the input files, e.g.
> >
> http://phaedrus.scss.tcd.ie/its2.0/inputdata/translate/html/Translate2Html.html
> > are still not "HTML5 syntax". E.g.
> > <meta http-equiv="Content-Type" ... />
> > should be
> > <meta http-equiv="Content-Type" ... ">
> > (no "/" in the empty tag )
>
> If we want to be really HTML5ish, it should be
>
> <meta charset=utf-8>
>
>
> Jirka
>
> --
> ------------------------------------------------------------------
> Jirka Kosek e-mail: jirka@kosek.cz http://xmlguru.cz
> ------------------------------------------------------------------
> Professional XML consulting and training services
> DocBook customization, custom XSLT/XSL-FO document processing
> ------------------------------------------------------------------
> OASIS DocBook TC member, W3C Invited Expert, ISO JTC1/SC34 member
> ------------------------------------------------------------------
>
>