nls: remove three duplicated combining acute accents

Benno Schulenberg requested to merge benno/libx11:doubled-accent into master

For the Cyrillic YU with combining acute accent, the string between the quotes contained two U+0301 code points, whereas one is enough, like for all the neighboring strings.

(This duplication was found by accident with nano --mini --cons.)

Merge request reports