Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2005
    Posts
    445
    Plugin Contributions
    0

    Default Scandinavian characters messed up

    Hi,

    I'm trying to upgrade a webshop in a shared server that changed the server using MySQL 5 series and MySQL charset is UTF-8 Unicode (utf8) as encoding (previously latin1).
    I'm making a database dump like asked, following your guides but all ö, ä, å, é, ü etc. get totally messed with some strange marks, like √§ or like √•r etc. I do not know how to proceed, I've been trying to find info on this forum and generally in Internet but nothing has helped me and I also do not understand the mySQL very much...

    I have used phpMyAdmin for the dumps and imported those dumps in the new database as SQL queries. I have tried different combinations of "MySQL connection collation" in phpMyAdmin and since that didn't help I also tried to change in the SQL dump the table coding for utf8 since there was written latin1 but nothing really helps!

    I have thousands of products and hundreds of customer names with these characters and I can't correct letters one by one!

    Elli
    I may be blond but at least I found Zen.

  2. #2
    Join Date
    Oct 2006
    Posts
    2
    Plugin Contributions
    0

    Default Re: Scandinavian characters messed up

    You could try recode or iconv on a *nix shell:

    ISO-8859-15(latin1 ?) to UTF8:

    recode iso-8859-15..utf-8 yourfile.sql

    or

    iconv -f iso-8859-15 -t utf-8 yourfile.sql -o yourfile_new.sql

 

 

Similar Threads

  1. Special characters messed up in ZC Admin
    By magicpants in forum Installing on a Linux/Unix Server
    Replies: 47
    Last Post: 12 Jun 2010, 10:19 AM
  2. requires at least three characters
    By michaellunsford in forum Managing Customers and Orders
    Replies: 7
    Last Post: 25 Jun 2007, 07:43 PM
  3. Exporting db with specials characters
    By g.nencini in forum General Questions
    Replies: 7
    Last Post: 8 Jul 2006, 04:17 AM
  4. Ghost Characters
    By reaganshirt in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 23 Jun 2006, 05:47 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •