The source project of this merge request has been removed.
nls: remove three duplicated combining acute accents
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
.)