protected function _getValueFromPostData($postData)
 {
     $ret = parent::_getValueFromPostData($postData);
     $punycode = new Kwf_Util_Punycode();
     $ret = $punycode->encode($ret);
     return $ret;
 }