Author Topic: Unicode - Facebook  (Read 1278 times)

0 Members and 1 Guest are viewing this topic.

Offline bcoffinTopic starter

  • Enthusiast
  • Posts: 342
    • View Profile
Unicode - Facebook
« on: March 18, 2010, 04:06:19 PM »
I have a facebook application that i'd like to extend to unicode.
Does anybody have any suggestions on best practices for the form/recording/recalling to give all those other characters a fighting chance?
Thanks.

Offline bcoffinTopic starter

  • Enthusiast
  • Posts: 342
    • View Profile
Re: Unicode - Facebook
« Reply #1 on: March 22, 2010, 09:22:45 PM »
hmm.. is bumping ok?

Offline bcoffinTopic starter

  • Enthusiast
  • Posts: 342
    • View Profile
Re: Unicode - Facebook
« Reply #2 on: April 06, 2010, 05:52:30 PM »
Here's an example.
I published THIS to a form:
Code: [Select]
A Chinese character, also known as a Han character (汉字 / 漢字; Hànzì), is a logogram  used in writing Chinese (hanzi), Japanese (kanji), less frequently Korean (hanja), and formerly Vietnamese (hán tự), and other languages.
and this is what i'm seeing in MySQL:
Code: [Select]
A Chinese character, also known as a Han character (汉字 / 漢字; Hànzì), is a logogram  used in writing Chinese (hanzi), Japanese (kanji), less frequ...
and that's exactly how it's reading when returned from the database.

Any help, appreciated.