lightbend / genjavadoc

A compiler plugin for generating doc’able Java source from Scala source

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Annotation coding is problematic (UTF-8?)

GeTOUO opened this issue · comments

There are Chinese annotations in my code, but the generated Java annotations show exceptions and the final data can not be converted into Chinese.
* @param dictCode 标识码
* param: dictCode 标识码

Will this problem be fixed?

I think it'd be great if this problem got fixed, but it's not affecting my project so it's not high on my personal priorities. Could you help? I'd be glad to offer assistance, of course. Great first steps would be a reproducer project or (even better) a PR adding a (failing) test case to the project (in plugin/src/test/resources/input and plugin/src/test/resources/expected_output).

Well, I watched it all day yesterday and didn't find a way to repair it. I'll study it again.

Thanks for looking into it! As said, just sharing a test/reproducer would already be very helpful, I might be able to justify a look then :)