Hi Vladimir,
Flash allways converts data to utf8 for transportation. So your data is safe.
But if you store it in a database, I would decode it before you save, and encode it before you send it back to flash.
This is no problem, because you have to handle it anyway with a php procedure, which can do the en-(de)coding.