From: Rafael L. <rla...@us...> - 2000-12-10 15:36:13
|
Update of /cvsroot/plplot/plplot/doc/docbook/src In directory slayer.i.sourceforge.net:/tmp/cvs-serv22412 Modified Files: ChangeLog plplotdoc-print.dsl.in Log Message: * plplotdoc-print.dsl.in: The brackets around lineannotations are produced now with characters from the "Miscellaneous Technical" section of Unicode. They were before obtained from the "CJK Symbols and Punctuation" section which, although having the correct glyph, come too far from the east side of the planet. Also, instead of using the "&#<decimal>;" notation, use "\U-<hexa>". This seems to be a more portable way to insert Unicode characters in a SGML document. |