Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

open afile and replace some characters using another file

807580May 22 2010 — edited May 24 2010
hello i have a text file written in french (french.txt) and another file (dictionery.txt) containing french special characters and their code asci in which that every character is on a line followed by tow spaces and the code i must make a program that open the first file , compare it to the second and each time it founds a french character replace it by its code i've tried to use split method but i didn't know ho to use it in this case please help me solving this because i must do it n.b. i am using java and excuse me if my english is bad thanks a lot
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 21 2010
Added on May 22 2010
3 comments
176 views