To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93560


User harveyab changed the following:

                What    |Old value                 |New value
================================================================================
              OS/Version|Windows 98                |Windows, all
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Sep  8 08:35:23 +0000 
2008 -------
A correction to my previous post:
The character U+0082 was not in the text, it was U+201A. And \x201A finds it
correctly. I don't know where I got U+0082.
- - - - - - - - - -
However, I found more strange incorrect matches:
These were found on Win98 with OOo 2.4.1. And the first one was tried on WinXP
also (same result).
** So I changed the OS: to Windows all (I would assume)

[\x0100-\x01ff] finds J, j, N, n, S and s
[\x0149-\x01f0] finds J, j, N, n, S and s
[\x0140-\x017f] finds N, n, S and s
[\x017f-\x01f0] finds J, j, S and s

[\x0149-\x0149] finds N and n. But \x0149 finds nothing

\x017f finds s or S

[\x01f0-\x01f0] finds J and j. But \x01f0 finds nothing

[\x0100-\x0148] finds nothing
[\x014a-\x017e] finds nothing
[\x0180-\x01ef] finds nothing
[\x01f1-\x01ff] finds nothing

[\x0200-\x0fff] finds nothing
[\x0200-\xffff] finds nothing (but should)
[\xf040-\xffff] finds nothing (but should)
[\xf041-\xf07f] finds characters in that range
[\xff00-\xfffe] finds (any ASCII character except '-' or space)
[\x0080-\xfffe] finds (any ASCII character except '-')
[\xff00-\xffff] finds nothing
[\xff10-\xfffe] finds A-Z,a-a,0-9 and some special chars
[\xff40-\xfffe] finds A-Z,a-a,`,~,|,{ and }

[\x0200-\xf0ff] finds A, H, K, T, W, Y, a, h, k, t, w, y and space

I hope this helps find the bug.

harveyab


---------------------------------------------------------------------
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]

Reply via email to