Hi
Thank you for reading my post
I have a problem with reading some UTF-8 information from a file and writing it as UTF-8 into another file.
imagine , i have a file that contains some utf-8 text ,(i can read them in windows using notepad/wordpad)
Now i want to write a
java application to split the file into some more files and do some changes on them.
here is the method i used to read the file :
and this is how i write the file :
That myChangedText is changed version of
String that i read from utf-8 file.
the problem is that information that i see in a.txt are not readable?
even the file signature (EmEditor) shows that it is not a utf file.
i only can read the information if i open the file in OO or MS office , by selecting UTF-8 in select encoding dialog
can some one please help me about this ?
thanks