--- reports/tools.el 2016/07/15 04:32:00 1.4 +++ reports/tools.el 2016/08/09 04:04:50 1.5 @@ -16,6 +16,8 @@ (replace-match "«" nil t)) (while (search-forward "»" nil t) (replace-match "»" nil t)) + (while (search-forward "–" nil t) + (replace-match "–" nil t)) (while (search-forward "Є" nil t) ; YE (replace-match "Є" nil t)) (beginning-of-buffer)