Im trying to create a Javadoc but i can't.
I have written my comments in swedish så they content charachters as å,ä,ö. This is giving me over 248 erros.
Is there a way to change the encoding for the whole Project?
I have tried:
This results in the following error:
error: unmappable character for encoding ASCII
Is there something else i can do to solve this problem?
Specifying UTF-8 as your resource encoding is a good thing to do, but you may also perform the following:
If you generate your Javadoc using javadoc
binary, you may check its -encoding
parameter:
javadoc:
usage: javadoc [options] [packagenames] [sourcefiles] [@files]
...
-encoding <name> Source file encoding name
Using Eclipse, you may specify this option in field "Extra Javadoc options (...):
" in last Wizard step (example: -encoding UTF-8
).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With