I'm not sure if this is possible without code change, but trying to find and replace with regex doesn't seem to work. I have tried to match my problematic characters with \p{L} but it won't work.

Using normal find and replace plugin works fine, but it's a lot of work to match several words.

Comments

twistor’s picture

Issue summary: View changes
Status: Active » Fixed

I believe you have to add the u modifier after the regex.

/some regex/u

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.