Hi, > Author: jeremias > Date: Mon Nov 12 01:40:16 2007 > New Revision: 594067 > > URL: http://svn.apache.org/viewvc?rev=594067&view=rev > Log: > Avoid null values in generated Font classes so the encoding can be inspected. > Don't warn about missing hyphenation characters for fonts such as Symbol and > ZapfDingbats which don't have the default hyphenation character.
Is this really necessary? If hyphenation must occur within a block with the Symbol or ZapfDingbats fonts, doesn’t that mean that something is wrong somewhere, and may lead to an output unexpected by the user? Moreover I can’t see how hyphenation can be performed with ZapfDingbats (and even for Symbol, although that might be discussed), simply due to a lack of hyphenation patterns. The encoding-agnostic version from the revision just before actually looked fine to me. WDYT? Vincent
