今天读java核心技术II(第八版)中的第五卷:国际化。读到第六节开头的时候我发现了一处错误:When you save data to a text file, you should respect the local character encoding so that the users of your program can open the text file with their other applications. Specify the character encoding in the FileWriter constructor:out = new FileWriter(filename, "ISO-8859-1");不知道各位朋友以前注意到没有?