Don't remove the entire section, it's already commented out. Just remove the /* and the */ from the beginning and end and that portion of the code will become active again.

PHP Code:
if(strtolower(CHARSET) != 'utf-8'
  
$output_buffer .= utf8_encode($output); 
else 
  
$output_buffer .= $output