I am trying to convert my libre office document into an ms word document through the following command
pandoc CS141Exam.odt -f markdown -t docx -s -o test1.docx
but I'm getting the following errors
pandoc: Cannot decode byte '\xac': Data.Text.Encoding.Fusion.streamUtf8: Invalid UTF-8 stream
What is the correct command to achieve this?