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 7993171
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T13:46:21+00:00 2026-06-04T13:46:21+00:00

I copy pasted a certain paragraph from another site and the outcome had question

  • 0

I copy pasted a certain paragraph from another site and the outcome had question marks in it such as

animal�ideally 

My server is set to iso-8859-1 apparently and my meta tag is saying set charset to utf-8.

I have never worked with charsets and don’t know what it is besides what I’ve been researching about it.

If I exit the content out of the database or directly upon submission it contains the ? marks. What is the procedure or course of action I must take to make these question marks disappear?

REading other posts said in mysql_query do

   mysql_query("SET NAMES 'UTF8');

I did that, and it still didn’t help.

What do I do ? Thank you.

  • 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-06-04T13:46:22+00:00Added an answer on June 4, 2026 at 1:46 pm

    to show UTF8 characters in your page you need to set the charset for your page:

    <meta charset="utf-8">
    

    if you want to save such characters into database, database be UTF8 also:

    CREATE TABLE foo
    (
       id INT UNSIGNED PRIMARY KEY AUTO_INCREMENT,
       ...
     ) CHARACTER SET utf8 COLLATE utf8_general_ci
    

    you’ll also need to set the php for utf8: (at top)

    header("Content-Type: text/html; charset=UTF-8\n");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to clean a string that comes (copy/pasted) from various Microsoft Office suite
Ok just to know,I copy-pasted the code from the android website,so I don't think
I have an AdSense account, and simply copy/pasted a block of Javascript to include
I'm a PHP/MySQL developer who hasn't used any form of versioning aside from copy/paste
I copy and paste code from this URL for creating and reading/writing a proc
So simple question, how can i select/style a set of links inside a div
Sometimes users copy and paste text from different sources to CKEditor, but I want
The intranet website is supposed to create a word document client-side from templates server-side
Is there a way to copy text from a browser to my Java app
I am attempting to copy and paste text values to a certain amount of

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.