I recently realized that I don\'t fully understand Java\'s string encoding process.
Consider the following code:
public class Main
{
public stati
javac -encoding...
); otherwise, platform encoding is assumedSystem.out
PrintStream will transform your strings from UTF-16 to bytes in the system encoding prior to writing them to stdoutNotes: