asciidoctor/kramdown-asciidoc

Write files as UTF-8

mojavelinux opened this issue · 0 comments

Just to be safe and not rely on platform defaults, we should explicitly write files using UTF-8 encoding. This is just a matter of specifying the encoding when calling IO.write command. We already know that the string we are writing is UTF-8.