problem with php

From: Jason (jason@stylusinc.com)
Date: Tue Sep 24 2002 - 04:34:26 EDT

  • Next message: roslyn jose: "no replies"

    hello,
    iam working with php and we are using unicode as the encoding , but iam not able to decode the infromation in readable format.
    my database is postgresql with unicode encoding, but the problem is the code :
        $filename="note.txt";
        $fp = fopen ($filename,"r");
        echo mb_internal_encoding();
        $str=file($filename);
        echo $str[0];



    This archive was generated by hypermail 2.1.5 : Tue Sep 24 2002 - 05:31:45 EDT