Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Sep 2014 08:02:08 -0700
From:      Patrick Powell <papowell@astart.com>
To:        freebsd-doc@freebsd.org
Subject:   jade/sgml unexpected message
Message-ID:  <540C7370.5030104@astart.com>

next in thread | raw e-mail | index | archive | help
I have a bunch of legacy documents done using the DocBook SGML and 
jade.  I updated to FreeBSD 9.3 and installed all of the required 
packages using pkgng.   When I tried to generate the legacy documents,  
I got the following error:

jade -Vtex-backend -ioutput.print -t tex -o admin.tex  -c 
/usr/local/share/sgml/catalog  -c 
/usr/local/share/sgml/docbook/dsssl/modular/catalog -d RMIS.dsl admin.htmp
jade:/usr/local/share/sgml/docbook/dsssl/modular/print/../common/../common/dbl1mn.ent:8:28:E: 
"1058" is not a character number in the document character set
jade:/usr/local/share/sgml/docbook/dsssl/modular/print/../common/../common/dbl1mn.ent:9:28:E: 
"1090" is not a character number in the document character set


I you look at ... dbl1mn.ent you will see:
<?xml version="1.0" encoding="US-ASCII"?>
<!-- This file is generated automatically. -->
<!-- Do not edit this file by hand! -->
<!-- See http://docbook.sourceforge.net/ -->
<!-- To update this file: edit the corresponding document at -->
<!-- 
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/gentext/locale/ -->

<!ENTITY Abstract "&#1058;&#1086;&#1074;&#1095; 
&#1072;&#1075;&#1091;&#1091;&#1083;&#1075;&#1072;">


It appears that the Unicode &#1058 characters are illegal in the 
document character set.

Question:  do I need to change the character set in the document, and if 
so, how do I do it?





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?540C7370.5030104>