pub fn create_source_code<T: Read>( reader: &mut T, encoding: Option<&'static Encoding>, ) -> Result<String, String>