#!/bin/sh
grep `echo -n $1 | iconv -f gb2312 -t utf-8` po/* | iconv -f utf-8 -t gb2312
