Jump to content

Japanese Characters


Siann Beck

Recommended Posts

I have to confess I've always been a bit baffled by character encodings, so I'm only assuming it's a database issue, but I have correct data coming from one field and not another, so that's the basis of my assumption. Table definition:

[pre]ListingID    int(11)      DEFAULT NULL,

Language      char(2)      COLLATE utf8_unicode_ci DEFAULT NULL,

Title        varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,

Description  text        COLLATE utf8_unicode_ci,

Search        text        COLLATE utf8_unicode_ci,

UNIQUE KEY    ListingID_2  (ListingID,Language),

KEY          ListingID    (ListingID),

FULLTEXT KEY  Search      (Search)

ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci[/pre]

Server version:        5.1.36

 

When someone enters Japanese characters, the title displays properly, but the description does not. Example:

 

http://www.metaverseexchange.com/listing.php?id=8164&lc=ja

Link to comment
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.