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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T21:15:19+00:00 2026-05-21T21:15:19+00:00

I have a MySQL DB table where I store addresses, including Norwegain addresses. CREATE

  • 0

I have a MySQL DB table where I store addresses, including Norwegain addresses.

CREATE TABLE IF NOT EXISTS `addresses` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `street1` varchar(50) COLLATE utf8_danish_ci NOT NULL,
  `street2` varchar(50) COLLATE utf8_danish_ci DEFAULT 'NULL',
  `zipcode` varchar(10) COLLATE NOT NULL,
  `city` varchar(30) COLLATE utf8_danish_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `index_store` (`name`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COLLATE=utf8_danish_ci;

Now, this table was fine untill I screwed up and accidentaly set all cities = ‘test’. Luckilly I had another table called helper_zipcode. This table contains alle zipcodes and cities for Norway.

So I updated addresses table with data from helper_zipcode.

Unfortunately in the front end, cities like Bodø now shows like Bod�.
All æ ø åare now shown as � � � (but they look fine in the DB).

I’m using HTML 5, so my header looks like this:

<!DOCTYPE HTML>
  <head> 
    <meta charset = "utf-8" />
  (...)

This is not the first time I struggle with unicode.

What is the seceret for storing unicode characters (from Europe) in DB and display the same way when retrieved from DB?

  • 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-21T21:15:20+00:00Added an answer on May 21, 2026 at 9:15 pm

    from mysql docs:

    Posted by lorenz pressler on May 2
    2006 12:46pm [Delete] [Edit]

    if you
    get data via php from your mysql-db
    (everything utf-8) but still get ‘?’
    for some special characters in your
    browser (<meta
    http-equiv="Content-Type"
    content="text/html; charset=utf-8"
    />
    ), try this:

    after mysql_connect() , and
    mysql_select_db() add this lines:
    mysql_query("SET NAMES utf8");

    worked for me. i tried first with the
    utf8_encode, but this only worked for
    äüöéè… and so on, but not for
    kyrillic and other chars.

    Is your problem storing the data in mysql or from retrieving the stored data using php?

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

Sidebar

Related Questions

I have a mysql table which will store users email addresses (each is unique
i have a table in mysql db ( created_date). It stores timestamps (INT value).
I have a MySQL table where I store IP ranges. It is setup in
I have a database table which contains an unsigned integer field to store the
I have a mysql database table to store country name and currency symbol -
I have a MYSQL-Table which stores scores. Every time a user improves a new
I have a Mysql table that stores dates in the format (YYYY-MM-DD HH:MM:SS). What
I have mysql table that has a column that stores xml as a string.
I have a MySql table called reviews which stores a lot of product reviews,
I have a mysql table field set as time type which stores data in

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.