Welcome, Guest
Sign in
Create account
Home
Home Page
Components
Buy & Sell
Freelance
Marketplace
Tutorials
Flash Tutorials
Games
Free Online Games
Community
Message Board
Home
Help
Search
Login
Register
Subscribe to
Our Feed
Follow Us
On Google +
Follow Us
On Twitter
Become a fan
On Facebook
Flash-DB
»
Server side Scripting and Database Support
»
MySQL, PostgreSQL, MS SQL, Access
(Moderators:
Flash-db
,
Musicman
,
Ronald Wernecke
,
Jorge Solis
,
Andries Seutens
) »
MySql encoding
« previous
next »
Print
Pages: [
1
]
Author
Topic: MySql encoding (Read 906 times)
gan4o
Server what's that
Posts: 22
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
»
Logged
Ronald Wernecke
Global Moderator
Systems Administrator
Posts: 6203
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?
Logged
happy flashing
Ronald
gan4o
Server what's that
Posts: 22
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 !
Logged
Print
Pages: [
1
]
« previous
next »
Flash-DB
»
Server side Scripting and Database Support
»
MySQL, PostgreSQL, MS SQL, Access
(Moderators:
Flash-db
,
Musicman
,
Ronald Wernecke
,
Jorge Solis
,
Andries Seutens
) »
MySql encoding