Hello, I'm having problems with certain strings containing diacritics.
1- paste this line in an AHK script.
:oc:ppr1::tgsPÉtRe tgsPunié tgsPUQÀM tgsPCeIn tgsPordr tgsPlogl tgsPpron tgsPPr1
2- Run the script
3- type
ppr1 in farr's entry box (do trigger the automatic string replacement).
Weird stuff happens.
1- first, only "tgsPÉtRe tgsPunié tgsPUQ" appears in the text box (where it should be : "tgsPÉtRe tgsPunié tgsPUQÀM tgsPCeIn tgsPordr tgsPlogl tgsPpron tgsPPr1")
2- second, farr will search and match the first corresponding file with the truncated "tgsPÉtRe tgsPunié tgsPUQ"
3- it will seemingly select it (but don't have the time to see it) and have it appear in the text box AND will append the remaining part that was cut from the original string
So, in the text box I'll end up with something like : MyMSWordFile tgsPÉtRe tgsPunié tgsPUQÀM tgsPCeIn tgsPordr tgsPlogl tgsPpron tgsPPr1.doc
tgsPCeIn tgsPordr tgsPlogl tgsPpron tgsPPr1... where the first part (MyMSWordFile tgsPÉtRe tgsPunié tgsPUQÀM tgsPCeIn tgsPordr tgsPlogl tgsPpron tgsPPr1.doc) is the actual file name, and "tgsPCeIn tgsPordr tgsPlogl tgsPpron tgsPPr1" is the second part of the truncated string talked about in point 1.
Why is that ?