aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/extraction/common.ml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/extraction/common.ml')
-rw-r--r--plugins/extraction/common.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/extraction/common.ml b/plugins/extraction/common.ml
index 8cceb2a11..04cc167a8 100644
--- a/plugins/extraction/common.ml
+++ b/plugins/extraction/common.ml
@@ -22,7 +22,7 @@ let string_of_id id =
for i = 0 to String.length s - 2 do
if s.[i] = '_' && s.[i+1] = '_' then warning_id s
done;
- ascii_of_ident s
+ Unicode.ascii_of_ident s
let is_mp_bound = function MPbound _ -> true | _ -> false