--- reports/tools.el 2016/09/23 04:17:50 1.8 +++ reports/tools.el 2016/12/15 04:53:32 1.9 @@ -28,6 +28,9 @@ (while (search-forward "Є" nil t) ; YE (replace-match "Є" nil t)) (beginning-of-buffer) + (while (search-forward "є" nil t) ; YE + (replace-match "є" nil t)) + (beginning-of-buffer) (while (search-forward "і" nil t) ; i (replace-match "і" nil t)) (beginning-of-buffer)