From 48ca720ff8c86a0dab5ada58b80ac6bf72d22d1c Mon Sep 17 00:00:00 2001 From: Jephte CLAIN Date: Mon, 4 May 2015 12:38:58 +0400 Subject: [PATCH] =?UTF-8?q?ajout=20de=20l'en-t=C3=AAte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/ulib/javaproperties | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ulib/javaproperties b/lib/ulib/javaproperties index f6fc325..5cb45be 100644 --- a/lib/ulib/javaproperties +++ b/lib/ulib/javaproperties @@ -113,6 +113,7 @@ function write_properties() { } function __norm_properties() { + echo '# -*- coding: iso-8859-1 -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=iso-8859-1' _nl2lf | grep -v $'^[ \t]*#' | grep -v $'^[ \t]*$' |