Bug 257073 - Handle the Catalan middle dot correctly in the spell checker; r=ehsan

This commit is contained in:
Joan Montané 2013-11-12 09:16:34 -05:00
parent 9f50fa0d1c
commit 55b4ae42fa

View File

@ -44,7 +44,8 @@ inline bool IsIgnorableCharacter(PRUnichar ch)
inline bool IsConditionalPunctuation(PRUnichar ch)
{
return (ch == '\'' ||
ch == 0x2019); // RIGHT SINGLE QUOTATION MARK
ch == 0x2019 || // RIGHT SINGLE QUOTATION MARK
ch == 0x00B7); // MIDDLE DOT
}
// mozInlineSpellWordUtil::Init