public void print(String s)
Print a string. If the argument is null then the string "null" is printed. Otherwise, the string's characters are converted into bytes according to the platform's default character encoding, and these bytes are written in exactly the manner of the write(int) method.
Parameters:
s - The String to be printed
Dies ist ein Auszug aus der JavaAPI für die Klasse PrintWriter. Mein Problem ist das default character encoding. Von welchem Zeichensatz wird hier ausgegangen, wenn ich das ganze unter Windows XP ausführe?