Replies: 3 comments 1 reply
-
This works fine for me on macos. I suspect you don't have something set up right for UTF-8. Are you sending output to a file or to the console? If to the console, are you sure you have the encoding set correctly there? In any case, I think it's very unlikely that this is a bug. We've supported Windows for at least 15 years, and if pandoc were not capable of handling UTF-8 on Windows, we would know it. No recent changes would have affected this. I'll convert this to a discussion and hopefully another Windows/pandoc user can give advice. |
Beta Was this translation helpful? Give feedback.
-
THX for your fast reply! I write to a file. My command is: After your comment, I re-checked, the funny thing is: I get it working with CMD, but with PowerShell as shell, I got the problem. So I think the bug/configuration problem is with PowerShell/Windows Terminal and not with CMD as shell. For me it's ok, I can use CMD for the conversion. THX |
Beta Was this translation helpful? Give feedback.
-
No problem here, with pandoc 3.6.4 on Win10Home, locale en-CA.
and
give the same (bitwise) result in powershell (7.5.0) or cmd with your test example (minus the trailing "```"). Try with the /Edit: However, using the So either use the (Installing powershell 7.x+ won't uninstall the old powershell. In batch files, /Edit: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
With pandoc 3.6.4 I can't get german umlaute and for example the copyright symbol working. The input format is docbook encoded in UTF-8, the output fromat is aciidoc. I tried also html as output format, the same problem
I use pandoc 3.6.4 with windows 11:
The docbook file to reproduce:
Beta Was this translation helpful? Give feedback.
All reactions