Name: Anonymous 2008-04-03 19:06
I have some html files made in MS Word (for example http://www.cyf-kr.edu.pl/~eomazur/ek1zaj02.html ) and to show Greek letters Word apparently uses crap like this:
Which looks terrible and works ony in Internet Explorer. I want to change it into this:
The problem is the line breaks which occur randomly in html. I tried several editors but none had the option to search&replace ignoring line breaks. I tried regex (dot after every character) but it doesn't match the linebreaks either. Any ideas plox?
<p class=MsoNormal style='text-align:justify'><b><span style='font-family:Symbol;
mso-ascii-font-family:"Times New Roman";mso-hansi-font-family:"Times New Roman";
mso-char-type:symbol;mso-symbol-font-family:Symbol'><span style='mso-char-type:
symbol;mso-symbol-font-family:Symbol'>e</span></span></b>Which looks terrible and works ony in Internet Explorer. I want to change it into this:
εThe problem is the line breaks which occur randomly in html. I tried several editors but none had the option to search&replace ignoring line breaks. I tried regex (dot after every character) but it doesn't match the linebreaks either. Any ideas plox?