mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-22 07:25:36 +00:00
PDF: Use utf8ToText for LaTeX log messages.
This commit is contained in:
@@ -320,7 +320,7 @@ latexWarnings log' = foldM_ go Nothing (BC.lines log')
|
||||
go (Just msg) ln
|
||||
| ln == "" = do -- emit report and reset accumulator
|
||||
report $ MakePDFWarning $ render (Just 60) $
|
||||
hsep $ map literal $ T.words $ UTF8.toText $ BC.toStrict msg
|
||||
hsep $ map literal $ T.words $ utf8ToText msg
|
||||
pure Nothing
|
||||
| otherwise = pure $ Just (msg <> ln)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user