fix 15909 . Contextual analysis . (period) for mozilla.org's

This commit is contained in:
ftang%netscape.com 2000-01-13 23:26:21 +00:00
parent b9b0df347d
commit ee11607894

View File

@ -327,6 +327,8 @@ PRInt8 nsJISx4501LineBreaker::ContextualAnalysis(
if( (IS_ASCII_DIGIT (prev) || (0x0020 == prev) )&&
IS_ASCII_DIGIT (next) )
return NUMERIC_CLASS;
if( U_SPACE != next )
return CHARACTER_CLASS;
}
else if( U_RIGHT_SINGLE_QUOTATION_MARK == cur)
{