From 0d8b67e73cbf26df35068e7c2c7a982606bfa914 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 6 May 2010 19:55:44 -0400 Subject: [PATCH] exclude TinyMCE from non-UTF8 file checks Since Koha otherwise had made no modifications to the TinyMCE, we'll leave it alone. Signed-off-by: Galen Charlton --- xt/find-nonutf8 | 1 + 1 file changed, 1 insertion(+) diff --git a/xt/find-nonutf8 b/xt/find-nonutf8 index a6dd49dc65..a1a56e9704 100755 --- a/xt/find-nonutf8 +++ b/xt/find-nonutf8 @@ -25,6 +25,7 @@ set -e git ls-files | grep -Ev '\.(gif|jpg|png|pdf|ogg|psd|swf|odt|zip|ico|DS_Store|chr|dat)$' | +grep -v /js/tinymce/ | while read filename do if ! isutf8 -q "$filename" -- 2.39.5