Fold all consecutive whitespaces into single blanks. This avoids problems
authoracli <acli>
Mon, 23 Feb 2004 01:21:03 +0000 (01:21 +0000)
committeracli <acli>
Mon, 23 Feb 2004 01:21:03 +0000 (01:21 +0000)
commit77a1d8682df8689aeb73d6a177575986db2c3e44
tree228949fa7d4d57da077b9a669e7f1aedd8cd18aa
parent10a00d1b5004b19d89650b141c0bd783b699dbde
Fold all consecutive whitespaces into single blanks. This avoids problems
when minor whitespace changes occur in the original templates; it also
makes the strings much easier to read (e.g., instead of "foo\n\n\t\t  bar",
xgettext.pl will now always generate "foo bar" and tmpl_process3.pl will
understand it to be the same as the original string).
misc/translator/TmplTokenizer.pm
misc/translator/tmpl_process3.pl
misc/translator/xgettext.pl