Add softhyphen support to word reader
This commit is contained in:
parent
4dc34d43d8
commit
26757c29bb
@ -327,6 +327,8 @@ abstract class AbstractPart
|
||||
$element->setChangeInfo($type, $author, $date);
|
||||
}
|
||||
}
|
||||
} elseif ($node->nodeName=='w:softHyphen') {
|
||||
$element=$parent->addText("\u{200c}", $fontStyle, $paragraphStyle);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user