View Single Post
Old 02-24-2023, 04:10 AM   #3
EbookMakers
Enthusiast
EbookMakers began at the beginning.
 
Posts: 26
Karma: 38
Join Date: Nov 2019
Location: Paris, France
Device: none
Quote:
Originally Posted by hihohahi View Post
I made a simple macro AHK script and just run it every file.
This macro executes a find/replace. It seems to me that you use it to memorize the find/replace. You could run the Search / Saved search command: it displays a window that also allows you to memorize find/replace between different sessions.

You can have 10 saved searches to successively make changes 0-9 with Replace all.

Example:
Add search in the Saved search window.
name: Arabic_to_Latin_number_2
Find: ٢
Replace : 2
Mode: Normal (or regex)
and click on: Done

Same for the other numbers.

You can successively select the saved searches and click on Replace all.
You can also select the 10 searches then click on Replace all, The 10 searches are executed successively. But I cannot guarantee that the result will be the same.

Last edited by EbookMakers; 02-24-2023 at 04:39 AM.
EbookMakers is offline   Reply With Quote