To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=69708
------- Additional comments from [EMAIL PROTECTED] Sun Dec 3 10:44:19 -0800 2006 ------- You can use the Nd character class (see http://www.unicode.org/Public/UNIDATA/UCD.html#General_Category_Values) in order to identify digits in all languages alltogether. As for the decimal seperator, you might want to use one of the punctuation classes there, or just identify something like the regex 'Nd+.Nd+' to identify the numbers, regardless of the characters used to describe the measurement units. --------------------------------------------------------------------- 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]
