Am 08.04.2011 um 08:59 schrieb Jürgen Spitzmüller: > Stephan Witt wrote: >> +bool Paragraph::isHardHyphenOrQuote(pos_type pos) const > > Note that the ' character here is not a quote but an apostrophe (we do not > want to pass single quotation marks to the spell checker, but we do pass > apostrophes)
You're right. I've copied the term blindly from the original isWordSeparator method. The method is only temporary and should be replaced by a more general thing after 2.0.0 release. Stephan