I prefer single T ESH symbol instead of two.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 17 Jul 2017 23:33:43 +0300
changeset 887 05ca6cf71205
parent 886 fa0375773278
child 888 bb5707e146c6
I prefer single T ESH symbol instead of two.
contrib/gadict.el
--- a/contrib/gadict.el	Sun Jul 16 23:42:34 2017 +0300
+++ b/contrib/gadict.el	Mon Jul 17 23:33:43 2017 +0300
@@ -42,7 +42,7 @@
 
 (defun gadict--espeak-cleanup (s)
   "Cleanup espeak IPA output."
-  (replace-regexp-in-string "[\x200D]" "" (gadict--trim s)))
+  (replace-regexp-in-string "t$(O*h(B" "$,1$G(B" (replace-regexp-in-string "[\x200D]" "" (gadict--trim s))))
 
 (defvar gadict-espeak-enabled nil
   "Is espeak used.")