aboutsummaryrefslogtreecommitdiff
path: root/hu_HU.ISO8859-2
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-11-11 06:52:59 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-11-11 06:52:59 +0000
commitdb0b08db8fb356439bc08a22eb3b61eea3022bf9 (patch)
treece272bb7f2dd4745ec4979bee11caae36a9bc337 /hu_HU.ISO8859-2
parent13ebce2b52f85ab5bb909a3cd026d83d3b7884b5 (diff)
downloaddoc-db0b08db8fb356439bc08a22eb3b61eea3022bf9.tar.gz
doc-db0b08db8fb356439bc08a22eb3b61eea3022bf9.zip
- Define l10n.ent as an entity in localized directories and make them be
picked up via XML catalog in freebsd50.ent or xhtml10-freebsd.dtd, not entities.ent. The L10N entities always come first to be able to override everything. - Define &nbsp; as &#x20; in EUC-JP encoding. This is a workaround to prevent an invalid character in EUC-JP caused by converting 0xa0 in UTF-8 (EUC-JP does not allow 0xa0) in XSLT processing. Theoretically it should be &#xa0; still in the final XML output. - Make XML catalog resolution consistent for l10n.ent. This should be revisited for the others later.
Notes
Notes: svn path=/head/; revision=43161
Diffstat (limited to 'hu_HU.ISO8859-2')
-rw-r--r--hu_HU.ISO8859-2/share/xml/catalog.xml4
-rw-r--r--hu_HU.ISO8859-2/share/xml/entities.ent3
2 files changed, 2 insertions, 5 deletions
diff --git a/hu_HU.ISO8859-2/share/xml/catalog.xml b/hu_HU.ISO8859-2/share/xml/catalog.xml
index 0b06d43c89..d947212956 100644
--- a/hu_HU.ISO8859-2/share/xml/catalog.xml
+++ b/hu_HU.ISO8859-2/share/xml/catalog.xml
@@ -10,11 +10,11 @@
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
rewritePrefix="../../"/>
+ <public publicId="-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
+ uri="l10n.ent" />
<public
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
uri="entities.ent" />
- <public publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
- uri="l10n.ent" />
<public
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
uri="release.l10n.ent" />
diff --git a/hu_HU.ISO8859-2/share/xml/entities.ent b/hu_HU.ISO8859-2/share/xml/entities.ent
index 42cc88578f..a544385a89 100644
--- a/hu_HU.ISO8859-2/share/xml/entities.ent
+++ b/hu_HU.ISO8859-2/share/xml/entities.ent
@@ -5,9 +5,6 @@
%SRCID% 1.2
-->
-<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
- "l10n.ent">
-%l10n;
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//HU"
"freebsd.ent">
%freebsd;