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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T07:22:12+00:00 2026-06-07T07:22:12+00:00

It seems when I add any special characters (like © and ®) to my

  • 0

It seems when I add any special characters (like © and ®) to my database, it saves it including this character: Â, so it saves it like this © It’s popping up more and more now.

I can either think the database is doing this when I save the data (but it seems to be just currently happening), maybe it’s because of the browser? Since I don’t HTMLEncode the data when saving it to the database, but maybe not because I haven’t been able to reproduce the issue myself personally, so wondering if someone else has had this same issue?

Do you think it’s the web browser doing this? Maybe it’s happening due to submitting the form via jQuery? What could be the culprit causing this?

  • 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-07T07:22:15+00:00Added an answer on June 7, 2026 at 7:22 am

    That’s caused by mis-matched encodings, typically one part of the application using iso-8859-1 and another part using utf-8

    Check your database and individual table definitions, your web page content encoding, and your form encoding. Make sure they are consistently using the same encoding. We use utf-8 for everything, end-to-end.


    We’re using MySQL, not SQL Server, so I don’t know particulars. For MySQL, our DDL files defining tables generally end with something like

        SOMEDATA VARCHAR(100),
        INDEX USER_ID
    )
    engine = InnoDB
    default character set utf8
    collate = utf8_general_ci
    

    and in a common header that’s included in all / generated pages

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

    In the <form> tag you can set the accept-charset explicitly

    <form accept-charset="utf-8" (etc)>
    

    See this not-entirely-relevant question here on SO

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

Sidebar

Related Questions

It seems like tooltips Add subgroup , Add rule , Delete rule are hard
How can I add an URL to the trusted site? It seems that there
I'm using the Drupal 7 field API, which seems great: I can add a
Well I like this nice piece of code right here it seems to work
Im using this URL to share my website without having to add any facebook
I found the Add Java Exception Breakpoint menu item but it only seems to
When I add a subview to my UITableViewController, it seems to be underneath the
At www.euroworker.no/order I have been trying to add a tooltip function but it seems
I know this may be basic but I cannot seem to add a member
I can't seem to find in Xcode how can I add an include dir

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.