function write_string($row, $col, $str)
 {
     parent::writeString($row, $col, feedback_convert_to_win($str), $this->m_format);
 }