Jump to content

Recommended Posts

I'm having a problem with UTF-8 encoding on a site. I'm getting text from two different sources that I don't have access to. One is a database using latin1 charset the other an XML feed in UTF-8.

 

The script I'm running uses mb_detect_encoding to check the encoding of the source (latin1) then echos out text from the database using utf_encode. I'm getting the following result with odd characters:

 

http://www.1to58.co.uk/test.php

 

Any ideas?

 

I have since solved this by using an opposite approach and setting the doctype to latin1 and utf-decode on the XML feed, but I'd still really like to know what's going on...

 

Cheers,

Alex

Link to comment
https://forums.phpfreaks.com/topic/160974-utf_encode-problem/
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.