From bf08866eabad4408de975bae92f3b3c1f718322c Mon Sep 17 00:00:00 2001 From: letouzey Date: Tue, 18 Sep 2012 15:06:42 +0000 Subject: More cleanup of Util: utf8 aspects moved to a new file unicode.ml git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15818 85f007b7-540e-0410-9357-904b9bb8a0f7 --- plugins/extraction/common.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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 -- cgit v1.2.3