Closed
Bug 344607
Opened 19 years ago
Closed 19 years ago
ClassifyCharacter needs to not use libc is* functions
Categories
(Core :: Spelling checker, defect)
Core
Spelling checker
Tracking
()
RESOLVED
FIXED
People
(Reporter: roc, Assigned: brettw)
Details
(Keywords: fixed1.8.1)
isspace, ispunct etc are locale sensitive and do not handle Unicode. ClassifyCharacter needs to be rewritten to just use Unicode properties and not call these libc functions.
Assignee | ||
Comment 1•19 years ago
|
||
Fixed by bug 346200.
You need to log in
before you can comment on or make changes to this bug.
Description
•