unicode characters

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vinpkl
    New Member
    • Oct 2008
    • 41

    unicode characters

    hi all

    i m using file_get_conten ts

    Code:
    $data = file_get_contents('http://domain.com/page.html');
    so some text i m getting in unicode format


    Code:
    sams’s “whip lash” performances
    
    changes to
    
    sam’s “whip lash� performances
    whats the solution

    vineet
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    display the characters as Unicode not as ISO-8859-1.

    Comment

    • vinpkl
      New Member
      • Oct 2008
      • 41

      #3
      unicode

      hi Dormilich

      You mean save the page as UTF

      vineet

      Originally posted by Dormilich
      display the characters as Unicode not as ISO-8859-1.

      Comment

      • Dormilich
        Recognized Expert Expert
        • Aug 2008
        • 8694

        #4
        yupp.
        _______________

        Comment

        Working...