doc/share/sgml/l10n.ent
Hiroki Sato c24e829215 Add a <meta> tag into %html-header-tags% to explicitly declare
the charset of HTML files generated from an DocBook/SGML file.

Note to translators:

  While some of the translations already use this tweak
  in their localized freebsd.dsl, it is no longer needed so
  removed and the necessary changes have been added instead.
  After this commit, please make sure to define
  &doc.html.charset; in <langcode>/share/sgml/l10n.ent.
  If not defined, iso-8859-1 is used by default and it can
  break the translation.

Discussed on:	-doc
2004-11-07 16:26:09 +00:00

18 lines
555 B
Text

<!-- -*- sgml -*-
DocBook Language Neutral Entities for Localization.
An entity here can be overridden with the localized version
when the entity is defined in
PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
in language-specific directory. Otherwise the following entity
set is used by default.
$FreeBSD$
-->
<!-- docformat navi -->
<!ENTITY docnavi.single-html "Single HTML">
<!ENTITY docnavi.split-html "Split HTML">
<!-- charset for HTML output -->
<!ENTITY doc.html.charset "iso-8859-1">