From 04b12ee7fee59ff8f830b438ddedb086e901c05e Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Mon, 5 Oct 2009 20:02:50 -0700 Subject: [PATCH] updated to winboard internationalization scripts Also a slight improvement of the internationalization scripting, to prevent it from crashing on messages containin a slash. --- winboard/metascript.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/winboard/metascript.txt b/winboard/metascript.txt index 63de32d..ac746d1 100644 --- a/winboard/metascript.txt +++ b/winboard/metascript.txt @@ -1,6 +1,7 @@ 1,$g/""/d 1,$g/^[^"]*$/d 1,$g/\\/s//&&/g +1,$g/\//s//\\&/g 1,$g/&[^"]*"$/s//\\&/ 1,$s/===/\/s\/\// 1,$s/$/\/gp/ -- 1.7.0.4