java - Javac -encoding options -
where can find complete listing of character encodings supported javac
command?
i have found suggestions of how specify encoding file uses -encoding
flag in other answers, contain several useful examples of supported encodings encountered commonly in wild. think useful if exhaustive list documented somewhere, , have not found one.
perhaps depends on version of javac
? perhaps coincides number of encodings java standard library has support for? suppose first step generate list of encodings supported library, which has been done, if done it's not clear we'd left exhaustive list.
each j2se version list supported encoding sets. example, show encoding sets supported java se 7
javac
compiler, encoding sets doesn't depend upon compiler version each release list supported encoding sets.
hope helps!
Comments
Post a Comment