This repository was archived by the owner on Dec 19, 2023. It is now read-only.
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Strange unicode issue in JavaDoc for parameters #349
Closed
Description
In the JavaDoc for a controller the text descriptions for the parameters are encoded in the \\uxxxxx
format.
Here's a sample from the json:
"comment":"テスト","parameters":{"from":"\\u30c6\\u30b9\\u30c8"}
and the original JavaDoc:
/**
* テスト
* @param from テスト
* @return テスト
*/
As you can see the comment is encoded correctly, just the parameters descriptions are affected.
The final HTML files ends up looking like this:
Does anyone know what is causing this?
Thanks
Metadata
Metadata
Assignees
Labels
No labels