Generate javadoc for classes that have non-ascii charaters in their names
问题 Some of the classes in our code base have Unicode (Danish) characters in their names. It works fine for compilation and deployment, but it failed when generating Javadoc complaining about wrong characters in the java sources. We are using Gradle to build our code base and the following options actually solved the problem with wrong characters: javadoc { options.encoding = "UTF-8" } But that still fails on finding classes that have non-ASCII characters in their names: javadoc: error - File not