How to add period character (^46) to word in dictionary?

General comments and questions. Technical support.
Post Reply
Alan
Posts: 274
Joined: Wed Jul 24, 2002 11:57 am
Location: TN USA

How to add period character (^46) to word in dictionary?

Post by Alan »

I have noticed that in my abbreviations dictionary the entry:
et al.
does not work as I expected.

I want to find misspellings like ‶et. al.″ and ‶et al″ where the difference is a surplus period or a missing period. I think the problem is that I always have Use wildcards checked. This should mean that the period character is taken as a wildcard that matches any single character. I have tried escaping the period with a backslash (\) and a caret/Circumflex Accent (^) with no luck. Is there a way to match only the period character?

Alan
Atlantis 5
Windows 11 Pro for Workstations
User avatar
admin
Site Admin
Posts: 2926
Joined: Wed Jun 05, 2002 10:48 pm
Contact:

Re: How to add period character (^46) to word in dictionary?

Post by admin »

I am not sure which tool of Atlantis you mean - the spelllchecker or "find/replace". But if you mean "find/replace", the period is not a wildcard in Atlantis.

The following “find what” wildcard pattern matches “et al” not followed by a period:

Code: Select all

|<et al>|[!.]
To find “et. al”, you can use the following “find what” wildcard pattern:

Code: Select all

<et. al>
If you mean the spellchecker, you cannot add spellcheck dictionary entries that would let you detect those incorrect forms of "et al."
User avatar
admin
Site Admin
Posts: 2926
Joined: Wed Jun 05, 2002 10:48 pm
Contact:

Re: How to add period character (^46) to word in dictionary?

Post by admin »

I suppose "batch find & replace all" would be quite useful when dealing with OCR'd documents.
Post Reply