Converting To UTF-8

Discussion in 'MySQL' started by ChopSuey, Jun 11, 2010.

  1. #1
    Why do some people convert to UTF-8? Whats so special about it?
     
    ChopSuey, Jun 11, 2010 IP
  2. oxyhosts2010

    oxyhosts2010 Peon

    Messages:
    11
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Unicode is a character set supported across many commonly used software applications and operating systems. For example, many popular web browser, e-mail, and word processing applications support Unicode. Operating systems that support Unicode include Solaris Operating Environment, Linux, Microsoft Windows 2000, and Apple's Mac OS X. Applications that support Unicode are often capable of displaying multiple languages and scripts within the same document.
    Each encoding has advantages and drawbacks. However, one encoding in particular has gained widespread acceptance. That encoding is UTF-8.
     
    oxyhosts2010, Jun 13, 2010 IP
  3. ignas2526

    ignas2526 Peon

    Messages:
    75
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Well basically because UTF-8 includes nearly all characters from all languages. This makes easier for developers to ensure what multi language text will be displayed correctly every time.
     
    ignas2526, Jun 15, 2010 IP