projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
bf368be
)
updated to winboard internationalization scripts
author
H.G. Muller
<h.g.muller@hccnet.nl>
Tue, 6 Oct 2009 03:02:50 +0000 (20:02 -0700)
committer
Arun Persaud
<arun@nubati.net>
Tue, 6 Oct 2009 03:02:50 +0000 (20:02 -0700)
Also a slight improvement of the internationalization scripting, to prevent it from crashing on messages containin a slash.
winboard/metascript.txt
patch
|
blob
|
history
diff --git
a/winboard/metascript.txt
b/winboard/metascript.txt
index
63de32d
..
ac746d1
100644
(file)
--- a/
winboard/metascript.txt
+++ b/
winboard/metascript.txt
@@
-1,6
+1,7
@@
1,$g/""/d
\r
1,$g/^[^"]*$/d
\r
1,$g/\\/s//&&/g
\r
+1,$g/\//s//\\&/g
\r
1,$g/&[^"]*"$/s//\\&/
\r
1,$s/===/\/s\/\//
\r
1,$s/$/\/gp/
\r