Quote:
Originally Posted by DNSB
With the current Sigil version, you can use the \x{0101] in the find field but you will need to use the replacement character in the replace field.
Find: \x[0101]
Replace: ā
deleted comment about building from source
|
That's kinda what I was referring to in my previous post. Couldn't the find and replace be done using "normal", string search, mode instead of "regex"??
Find: á
Replace: ā
or
Find: \x[0101]
Replace: ā
as DNSB suggested.
It's always better to make Sigil consistent with itself because it reduces confusion, but sometimes simple gets the job done better/faster/stronger.