Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3340790
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T00:38:54+00:00 2026-05-18T00:38:54+00:00

I am reading one Chinese text file (used PHP) with the help of below

  • 0

I am reading one Chinese text file (used PHP) with the help of below code :

    $myFile = "test.txt";
    $fh = fopen($myFile, 'r');
    $theData = fread($fh, filesize($myFile));
    fclose($fh); 
    print $theData;

test.txt file contents :

PHP是很好的语言。我喜欢这门语言。
我正在开发一个Web应用程序使用PHP。

After executing above mentioned code, I was not getting exact content which is in above mentioned file.

Is there any other way to read such file which contains Unicode characters and print it.

Please provide me your suggestions.

Thanks,

-Pravin

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T00:38:54+00:00Added an answer on May 18, 2026 at 12:38 am

    You need to specify an output encoding to match the encoding of the character data you’re reading.

    If your text file is UTF-8 encoded, add one of the following content-type headers to the top of your PHP file:

    header("Content-Type: text/plain; charset=UTF-8");  // output as text file
    header("Content-Type: text/html; charset=UTF-8");   // output as HTML 
    

    if it is UTF-16 encoded, I would use iconv() to convert it to UTF-8, which has become pretty much the web’s standard encoding:

    $theData = iconv("UTF-16", "UTF-8//TRANSLIT", $theData);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am reading one file using ruby in which I have written regexp in
I'm having problems reading this one JPEG file using ImageIO.read(File file) - it throws
Hey all. I'm reading from one sql-format file to another, and two bytes in
Can Any one help me reading this XML and Looping through <MedicationDispensed> I get
I am reading one line at a time from a file, but at the
I have one process who's reading from a file (using file.read() ) and one
I am reading one line of text from site. Here is example of what
I am reading one file using Ruby and I am able to filter out
In trying to resolve Facebook's Puzzle Hoppity Hop, http://www.facebook.com/careers/puzzles.php?puzzle_id=7 , I'm reading one integer
Possible Duplicate: Double Negation in C++ code While reading one code I read: flush

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.