kordamp / markdown-gradle-plugin

Markdown/HTML plugin for gradle
Apache License 2.0
71 stars 51 forks source link

Feature Request: Make it possible to select encoding #13

Closed nob13 closed 9 years ago

nob13 commented 9 years ago

In the moment the markdown plugin is converting markdown into UTF8 on OSX and into some Ansi encoding in Windows. (tested on new Gradle with Java 7). The markdown sources are UTF8 all the time.

This can be very confusing if the generated HTML is used on other places who trust into some kind of encoding.

It would be very nice if the user can select the target encoding or at least enforce the use of UTF-8.