Welcome, Guest
  • Author Topic: MySql encoding  (Read 906 times)

    gan4o

    • Server what's that
    • *
    • Posts: 22
      • View Profile
      • Email
    MySql encoding
    « on: 07/28/11, 14:51 »
    Hello :)
    I have DB, Zend Framework, php file and flex/swf app->
    db - utf8, php - anci, swf have to be utf8  
    how to get a cirylic words instead of "?????..."
    if i can read the words in flex app - database records are unreadable.
    i`m completely lost
    http://www.adobe.com/devnet/flex/testdrive.html - i use the same php file
    and have no idea how to fix it ...

    help
      
    Thank you !
    « Last Edit: 07/28/11, 14:54 by gan4o »

    Ronald Wernecke

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 6203
      • View Profile
      • Professional Support
      • Email
    Re: MySql encoding
    « Reply #1 on: 07/28/11, 15:25 »
    Did you ckeck the entries with phpMyAdmin?
    Did you check the transfer witch charles?
    Did you make sure to use a font, containing the specific fonts?
    Did you embed the fonts?
    happy flashing
    8)
    Ronald

    gan4o

    • Server what's that
    • *
    • Posts: 22
      • View Profile
      • Email
    Re: MySql encoding
    « Reply #2 on: 07/31/11, 16:58 »
    Finally I found the solution:

    Code: [Select]
    my.ini ->
    [mysqld]
    character-set-server=utf8
    collation-server=utf8_general_ci

    Thank you ! :)