NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
kostas885
Joined: 29 Dec 2010 Posts: 1
|
Posted: Wed Dec 29, 2010 4:31 pm Post subject: Cant read greek characters from txt files in ANSI format |
|
|
Hello everyone!!
I have a serious problem. I can't read greek characters from txt files in ANSI format. I did too much searhing in order to ask you that but i didn't find anything. I can tell you that jcreator read all the files correctly.
What is the problem??
The code i used to read is:
InputStreamReader in = new InputStreamReader(new DataInputStream(new FileInputStream(txtfile)));
BufferedReader br = new BufferedReader(in);
String strLine = br.readLine();
//for all the lines of the file
while(strLine!=null){
.
.
. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|