Ignore japanese specific messages.

This commit is contained in:
Michal Čihař
2003-06-25 17:12:22 +00:00
parent 7c5da7e321
commit a38823e9f3
2 changed files with 2 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ do
egrep "$STRINGSTRING" $f | \
grep -v 'allow_recoding' | \
cut -d= -f1 | cut -d'$' -f2 | \
grep -Ev 'strEncto|strKanjiEncodConvert|strXkana' | \
sort > $TMPDIR/$f
done;