les fichiers properties sont parfois considérés comme binaires

This commit is contained in:
Jephté Clain 2018-03-08 16:05:11 +04:00
parent 1b1589e046
commit 045885c77a
1 changed files with 2 additions and 2 deletions

View File

@ -119,8 +119,8 @@ 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]*$' |
cgrep -v $'^[ \t]*#' |
cgrep -v $'^[ \t]*$' |
csort -k1 -t= |
csed $'
s/\x80/\\\\u0080/g; s/\x81/\\\\u0081/g; s/\x82/\\\\u0082/g; s/\x83/\\\\u0083/g;