написане Sat, 13 Nov 2010 21:45:41 +0200, Dimitrios Glentadakis : > 2010/11/13, Yuri Chornoivan : >> написане Sat, 13 Nov 2010 20:59:46 +0200, Dimitrios Glentadakis >> : >> >>> i search how to do the inverse , from html to text , so i can see the >>> existing content of the file. Is there any tool ? >>> >> >> Please, press "Change" once again. >> > > i see, but it works only with the lines that i have added. The rest of > the file after conversion is unreadable (eg text="ÐçãÞ: ") Because current entities are not valid entities for Greek letters: http://htmlhelp.com/reference/html40/entities/symbols.html Try to make the document (say, test.html) with the following content Ðåñßëçøç Open it in any browser and try to figure out the encoding. Hope this helps...