open afile and replace some characters using another file
807580May 22 2010 — edited May 24 2010hello 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