NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

Cant read greek characters from txt files in ANSI format

 
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Users
View previous topic :: View next topic  
Author Message
kostas885



Joined: 29 Dec 2010
Posts: 1

PostPosted: Wed Dec 29, 2010 4:31 pm    Post subject: Cant read greek characters from txt files in ANSI format Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Users All times are GMT
Page 1 of 1

 
Jump to:  
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


Powered by phpBB
By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo