From af84e080ff674a3d5cf2cf88874ddb6ebaf38ecf Mon Sep 17 00:00:00 2001 From: Pierre Letouzey Date: Tue, 9 Dec 2014 12:48:32 +0100 Subject: Switch the few remaining iso-latin-1 files to utf8 --- ide/utils/config_file.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ide/utils') diff --git a/ide/utils/config_file.ml b/ide/utils/config_file.ml index 921d3d9c90..4d0aabeb6a 100644 --- a/ide/utils/config_file.ml +++ b/ide/utils/config_file.ml @@ -128,8 +128,8 @@ Could be one day rewritten with ocamllex/yacc to be more robust, efficient, allo open Format (* formating convention: the caller has to open the box, close it and flush the output *) (* remarks on Format: - set_margin impose un appel à set_max_indent - sprintf et bprintf sont flushées à chaque appel*) + set_margin forces a call to set_max_indent + sprintf et bprintf are flushed at each call*) (* pretty print a Raw.cp *) let rec save formatter = function -- cgit v1.2.3