예제 #1
0
 /**
  * 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);
 }