How is this website fixing the encoding ??
        Posted  
        
            by Tal Galili
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tal Galili
        
        
        
        Published on 2010-05-15T12:03:57Z
        Indexed on 
            2010/05/15
            12:14 UTC
        
        
        Read the original article
        Hit count: 247
        
Hi all,
I am trying to turn this text:
×וויר. העתיד של רשתות חברתיות והתקשורת ×©×œ× ×•
Into this text:
?????. ????? ?? ????? ??????? ???????? ????
Somehow, this website:
http://www.pixiesoft.com/flip/
Can do it, and I would like to know how I might be able to do it myself (with whatever programming language or software)
Just saving the file as UTF8 won't do it.
My motivation for this question is that I have a friend's exported XML file with the garbled text which I want to turn into corrected Hebrew text file.
The XML export was originally garbled by MySQL import and exports, but I don't have the information needed to fix it or traceback the problem.
Thanks.
© Stack Overflow or respective owner