I've tried to use docfx doclet generate java doc yaml file for docfx but If my doc contains Chinese character, those character will be convert to Unicode like \u4e2d\u6587 ant when I try default doclet, there was a option called charset, when I set this options to UTF-8, the Chinese character rendered correctly. some one has ideas for that ?
I've tried to use docfx doclet generate java doc yaml file for docfx
but If my doc contains Chinese character, those character will be convert to Unicode like \u4e2d\u6587
ant when I try default doclet, there was a option called charset, when I set this options to UTF-8, the Chinese character rendered correctly.
some one has ideas for that ?