the exam objective states that -------------------------------------------------- Write code that uses objects of the classes InputStreamReader and outputStreamWriter to translate between Unicode and either platform default or ISO 8859-1 character encoding and Distinguish between conditions under which platform default encoding conversion should be used and conditions under which a specific conversion should be used -------------------------------------------------- Can anyone suggest some links where I can find the conditions under which the various encodings can be used? Thanks