Topic: Censoring problem
Replacement doesn't work as it is supposed, namely all words are replaced as if they are between wildcards.
For example, rule abc => xyz makes abcdef to be replaced with xyzdef
The problem occurs with Russian words only (utf-8 encoding is used), for English words it works correctly.
Any ideas how to fix this?