/** * Converts from typewriter-style punctuation to publishing-style and returns the new string. * * For example, this method converts "--" into "—" and a set of simple quotes into a set of "smart quotes". * * @return CUStringObject The filtered string. */ public function applyPublishingFilter() { return CUString::applyPublishingFilter($this); }