+6
Regex character classes are not locale-aware
Hello. The \w and similar regex character classes ([a-z], [[:alpha:]], [[:word:]], etc.) are not locale-aware in the Find/Replace panel. For example, on my french computer, \w correctly matches "a" but not "à". I first mentionned this problem here, in case it helps. Thanks.
Service d'assistance aux clients par UserEcho
I forgot to say that I use build 2220 on Mac OS 10.7
You may try: [[=a=]]
@ab30 thanks but this still doesn't match an "à" (tested under ST3 build 3047)