diff options
author | Balaharipreetha Muthu <balaharipreetha@gmail.com> | 2021-01-08 20:34:41 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-01-09 13:49:42 +0100 |
commit | e3ac5513e2a4729063413ba131ef0cb5cb8f6daf (patch) | |
tree | 7919de3d47db2e1b73d589f97be67d09af0dbffe | |
parent | 1a448c30bca44a332348446afce82a3f5294461a (diff) |
tdf#103587 - Find and Replace : Add explanations for options: Kashida sensitive and Diacritics sensitive.
Change-Id: I4d94ed1c76ff799280b32bfec184a617c2a3d7f9
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/108994
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/shared/01/02100000.xhp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/text/shared/01/02100000.xhp b/source/text/shared/01/02100000.xhp index 434c099b2a..ecdb265dd9 100644 --- a/source/text/shared/01/02100000.xhp +++ b/source/text/shared/01/02100000.xhp @@ -172,6 +172,10 @@ Ext help text not found within switches. Solution: Keep switched text for normal <bookmark xml-lang="en-US" branch="hid/cui/ui/fmsearchdialog/SoundsLikeCJKSettings" id="bm_id3155506" localize="false"/> <paragraph xml-lang="en-US" id="par_id3149765" role="paragraph"><variable id="aehnlichbutton"><ahelp hid="svx/ui/findreplacedialog/soundslikebtn" visibility="hidden">Sets the search options for similar notation used in Japanese text.</ahelp></variable></paragraph> <paragraph xml-lang="en-US" id="par_id3148672" role="paragraph"><link href="text/shared/optionen/01150200.xhp" name="Searching in Japanese">Searching in Japanese</link></paragraph> +<paragraph xml-lang="en-US" id="par_id931610137016377" role="heading" level="2">Diacritic-Sensitive</paragraph> +<paragraph xml-lang="en-US" id="par_id411610137146460" role="paragraph">Searches exact match, doesnot include Unicode combining marks in search. For example, searching for كتب will not match كَتَبَ or كُتُب or كتِب and so on</paragraph> +<paragraph xml-lang="en-US" id="par_id881610137232495" role="heading" level="2">Kashida-sensitive</paragraph> +<paragraph xml-lang="en-US" id="par_id871610137311451" role="paragraph">Searches exact match, does not include Arabic Tatweel mark U+0640 (also known as Kashida) in search. For example, searching for كتاب will not match كـتاب or كتــــاب and so on.</paragraph> <switch select="appl"> <case select="WRITER"> <bookmark xml-lang="en-US" branch="hid/svx/ui/findreplacedialog/notes" id="bm_id0302200901445934" localize="false"/> |