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

  • SEARCH
  • Home
  • 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 708315
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T04:22:38+00:00 2026-05-14T04:22:38+00:00

I’m using Kohana 3, which has full support for Unicode. I have this as

  • 0

I’m using Kohana 3, which has full support for Unicode.

I have this as the first child of my <head>

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

The Unicode character I am inserting into is é as in Café.

However, I am getting the triangle with a ? (as in could not decode character).

As far as I can tell in my own code, I am not doing any string manipulation on the text.

In fact, I have placed the accent straight into a view’s PHP file and it is still not working.

I copied the character from this page: http://www.fileformat.info/info/unicode/char/00e9/index.htm

I’ve only just started examining PHP’s Unicode limitations, so I could be doing something horribly wrong.

So, how do I display this character? Do I need to resort to the HTML entity?

Update

So this works

Caf<?php echo html_entity_decode('&#233;', ENT_NOQUOTES, 'UTF-8'); ?>

Why does that work? If I copy the output accented e from that script and insert it into my document, it doesn’t work.

  • 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-14T04:22:38+00:00Added an answer on May 14, 2026 at 4:22 am

    View the http headers. You should see something like

    Content-Type: text/html; charset=UTF-8
    

    Browsers don’t pay much attention to meta tags, if there was a real http header stating a different encoding.

    update

    Whatcha get from this?

    echo bin2hex('é');
    echo chr(0xc3) . chr(0xa9);
    

    You should get c3a9é, otherwise I’d say file encoding issue.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

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.