]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matitaGui.ml
fixed
[helm.git] / matita / matitaGui.ml
index 1f170cb912592b955a85a1294fcb2632f7571be1..b1b2a6ad3fa683c2856a9f4226bd547077534365 100644 (file)
@@ -903,7 +903,7 @@ class gui () =
         source_buffer#insert ~iter:(source_buffer#get_iter_at_mark `INSERT) s
       in
       let get_ligature word =
-        let len = MatitaGtkMisc.utf8_string_length word in
+        let len = String.length word in
         let aux_tex () =
           try
             for i = len - 1 downto 0 do