0

i have text in English and Windows-1256 (Arabic Language) and when i print the file containing the text with php, the file has miss interrupted and i get this

ط± ظ„ظ„ط·ظٹط±ط§ظط± ظ„ظ„ط·ظٹط±ط§ظ

user3052503
  • 35
  • 2
  • 12

1 Answers1

1

Thanks to @C0dekid I just added

<meta http-equiv='Content-Type' content='text/html'; charset='UTF-8'/>

and it solved my problem.

user3052503
  • 35
  • 2
  • 12