https://issues.apache.org/ooo/show_bug.cgi?id=125196
Issue ID: 125196
Issue Type: DEFECT
Summary: SOFT HYPHEN (optional hyphen) cannot be found by
regular expression and Unicode code point
Product: General
Version: 4.1.0
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ui
Assignee: [email protected]
Reporter: [email protected]
Enable "Field shading" in menu View, so that the SOFT HYPHEN will become
visible.
Open special character dialog and insert the whole row ¡¢£¤¥¦§¨©ª«¬ ®¯°. It
contains the character SOFT HYPHEN between ¬ and ® (not here but in your
document).
Open Find&Replace dialog, click on "More Options" and enable "Regular
Expression".
Search for either of these
\u00ad
\x{00ad}
\xad
\0255
It should find the SOFT HYPHEN but does not.
Try the same with
\u00ae
\x{00ae}
\xae
\0256
It will find the character ® without problems. Thus the regex engine itself
works, but not for SOFT HYPHEN.
--
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.