Re: German special Characters ( incompatible character encodings: CP850 and UTF-8)
Posted by mbw on May 02, 2013; 7:08am
URL: https://discuss.asciidoctor.org/German-special-Characters-incompatible-character-encodings-CP850-and-UTF-8-tp175p177.html
Hi Dan,
thank's for your quick help!
I changed the asciidoctor.bat - Start-Script and it works! (Windows7 64 Bit,German)
Manfred
echo asciidoctor
@ECHO OFF
IF NOT "%~f0" == "~f0" GOTO :WinNT
echo start
@"ruby.exe" "C:/SOFTWARE/Ruby200-x64/bin/asciidoctor" %1 %2 %3 %4 %5 %6 %7 %8 %9
GOTO :EOF
:WinNT
@"ruby.exe" -E UTF-8 "%~dpn0" %*