我有一个文本文件,我正在读取其中的行,并逐行处理每行。在point和even之间有三个字符,-和。String input = "(T)he film is never sure to make a clear point – even if it seeks to rely on的结果中,三个字符-和由8211表示,而在python中,它表示为226, 128,
我使用euc-kr编码系统。我的程序是用Java编写的。它读取文件名。但是程序不能读取某些文件名。(某些文件名为utf8编码) 所以我试了一下 File dir = new File(dirPath);
File[] fileList = dir.listFiles(); //get files that我认为这个字符串在调用dir.listFiles()的过程中已经断掉了 File dir = new File(dirPath);