Quote:
Originally Posted by DiapDealer
You're saying that \x{00E1} doesn't find the á character on line 22 of the code in your screenshot?
It finds it OK when I paste your code above into Sigil and search for \x{00E1}. The Sigil Unicode property setting shouldn't matter in this particular case. In fact none of the Regex settings should really affect that particular search. I tested on Windows and Linux.
|
I have all 3 options checked. There is some factor on my computer that I do not understand. Yesterday the search in the screen shot did not find the á character, but this morning the search did find the character.
But when I try to replace with ā using the \x{0101} the á is replaced with the string \x{0101}
I have no idea why the search did not work yesterday but does today.