# Include a php page with special caracters (UTF-8)

**URL:** https://forum.kirupa.com/t/include-a-php-page-with-special-caracters-utf-8/290028
**Category:** programming
**Created:** [June 8, 2009, 9:04pm UTC](https://forum.kirupa.com/t/include-a-php-page-with-special-caracters-utf-8/290028 "2009-06-08T21:04:22Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Neuhaus3000](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/neuhaus3000/32/168_2.png) [@Neuhaus3000](https://forum.kirupa.com/u/Neuhaus3000)
#### Post date: [June 8, 2009, 9:04pm UTC](https://forum.kirupa.com/t/include-a-php-page-with-special-caracters-utf-8/290028/1 "2009-06-08T21:04:22Z")

</div>

Hello all,

I’m trying to include a php page with special characters.

My page is encoded with UTF-8  
\<meta http-equiv=“Content-Type” content=“text/html; charset=utf-8” /\>

I use this script to include the php page  
\<?php include("\_nav\_fr.php"); ?\>

In my include page I have :  
\<li\<?php if ($thisPageFR==“À propos”)echo " id=“currentpage”"; ?\>\>\<a href="#"\>À propos\</a\>\</li\>

In a browser, the “À” is more like a “?” with a grey losenge… :puzzled:

Any help will be appreciated.

Thanks! :thumb2:

neuhaus3000
