From db0b08db8fb356439bc08a22eb3b61eea3022bf9 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Mon, 11 Nov 2013 06:52:59 +0000 Subject: - 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   as 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   still in the final XML output. - Make XML catalog resolution consistent for l10n.ent. This should be revisited for the others later. --- hu_HU.ISO8859-2/share/xml/catalog.xml | 4 ++-- hu_HU.ISO8859-2/share/xml/entities.ent | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'hu_HU.ISO8859-2/share/xml') 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 @@ + - 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 --> - -%l10n; %freebsd; -- cgit v1.2.3