To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=99604 Issue #|99604 Summary|Multi digit numbers are marked as misspelt for digits |in scripts other than 0-9 Component|Word processor Version|1.0.0 Platform|All URL| OS/Version|All Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|ama Reported by|kstribley
------- Additional comments from [email protected] Wed Feb 25 02:20:37 +0000 2009 ------- Myanmar numbers are marked as misspelt for multi-digit numbers. I assume this is the case for other systems using digits other than arabic 0-9. There are 2 places where this could be fixed. One is in hunspell, but that is hard since it is using utf-8 and the number check is done with single bytes. The following patch modifies the HasDigits method in the linguistic component to check for digits in all scripts. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
