asciidoctor / docker-asciidoctor

:ship: A Docker image for using the Asciidoctor toolchain to process AsciiDoc content
https://hub.docker.com/r/asciidoctor/docker-asciidoctor/
Other
321 stars 151 forks source link

UTF-8 conversion error #418

Open mortenwh opened 5 months ago

mortenwh commented 5 months ago

I'm using asciidoctor/docker-asciidoctor:latest to compile a document, but it fails with "Failed to load AsciiDoc document - "\xC3" from ASCII-8BIT to UTF-8". It seems to occur with version 1.63.0.

Nicklas2751 commented 1 month ago

I had the same error. It appeared when I tried to include PlantML Diagrams from files instead of directly embedding them.

With 1.70.0 the Error is fixed for me