c24e829215
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
18 lines
555 B
Text
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">
|