https://issues.apache.org/ooo/show_bug.cgi?id=119375
Priority: P3
Bug ID: 119375
Assignee: [email protected]
Summary: Search for hexadecimal code (eg \x41 ) with regular
expressions works wrong or not at all.
Severity: major
Issue Type: DEFECT
Classification: Application
OS: Windows XP
Reporter: [email protected]
Hardware: PC
Status: UNCONFIRMED
Version: OOo 3.4 Beta
Component: code
Product: word processor
Assume the text of document is "A text text» A text text »text".
When search for: Result:
\xBB found », OK
\x00BB not found, WRONG; help says: format \xXXXX
\x41 not found, WRONG; should be found "A"
\x0041 not found, WRONG; should be found "A"
(RegExp is ON; WinXp SP3; OOo 3.4.0 build 9590)
--
You are receiving this mail because:
You are the assignee for the bug.