*/
public static int getValueNoInstance(final FoContext context,
final FObj fobj) {
final FObj parent = fobj.effectiveParent(context);
if (parent != null) {
return parent.traitHyphenationCharacter(context);
}
/* TODO: The standard calls for 0x2010, but we need to handle that
* downstream better for fonts that don't have it. */
// return 0x2010;
return '-';