Using Eclipse to generate Javadoc garbled solutions

Source: Internet
Author: User

There are two parameters that specify the encoding problem.

1)-encoding CharsetName

2)-charset CharsetName

The first parameter indicates what encoding the Javadoc program should use when reading Java source files

The second parameter represents the encoding used by the Javadoc program to write an HTML file and adds the following label to the HTML

1 <! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd" >
2 <!-- NewPage -->
3 < HTML >
4 < HEAD >
5 <!-- Generated by javadoc (build 1.5.0) on Thu Feb 01 21:10:10 CST 2007 -->
6 <!-- -这下面的charset随编码的不同而不同,这里面为utf-8编码-- -->
7 < META http-equiv ="Content-Type" content ="text/html; charset=utf-8" >

If the file format is in UTF8 format, generate Javadoc can be used in the following form:

Javadoc-encoding UTF-8-charset UTF-8

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.