Problems related to changing the encoding of a Java file
Posted
by Emanuil
on Stack Overflow
See other posts from Stack Overflow
or by Emanuil
Published on 2010-06-16T08:46:00Z
Indexed on
2010/06/16
9:32 UTC
Read the original article
Hit count: 273
I need to use a few Cyrillic characters in a Java file and in order for Eclipse to allow me to do so I need to change the encoding for that file (currently to UTF-8).
Are there any possible problems that this could cause?
© Stack Overflow or respective owner