html - UTF-8 in a Java applet (in a webpage) -


perhaps has never been asked because it's trivial but: have old java applet need use on less old webpage. applet, among other things, needs read text files , display user. files need in utf-8, , page embeds applet needs utf-8 encoding - , here's problem: applet won't display utf-8 correctly under windows (it's ok under linux, though - firefox, because chrome plainly hates java).

so, question is: there way of suggesting encoding applet (without recompiling it, because sources may not available)?


Comments