openlilylib / LO-ly

LibreOffice-LilyPond extension
13 stars 6 forks source link

Windows batch encoded in UTF-8 (using chcp 65001) #28

Closed edgar79 closed 5 years ago

edgar79 commented 5 years ago

Hello,

inspired by the workaround you found ( issue #27 ) this patch is using TextOutputStream.setEncoding("utf-8") and then codepage 65001 inside the batch file. Hopefully this covers more languages (any except bidirectional and scripted).

Cheers, Hannes E. Schäuble