export LANG=C
find $1 -name "msg*.html" -exec perl -p -i -n address-revive.pl {} \;
export LANG=ja_JP.ujis
find $1 -name "msg*.html" -exec perl -p -i -n address-hidden.pl {} \;
