How to set encoding in IntelliJ javadoc generating? -


while generating javadocs within intellij getting multiple errors files:

unmappable character encoding cp1251 

file encodings utf-8. found no places encoding control while javadoc generating.

you can pass options javadoc tool intellij idea. adding -encoding utf8 -docencoding utf8 -charset utf8 in other command line arguments text field should fix problem. -encoding specifies encoding of source files. -docencoding encoding of output html files , -charset charset specified in html head section of output files.


Comments

Popular posts from this blog

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

c# - Specify IP End Point in FiddlerCore -

java - Solr query version issue: Invalid version or the data in not in 'javabin' format -