PDA

View Full Version : Problems with tooltips


dav34
02-13-2008, 03:20 AM
Hello,
I use tooltips in a flashpanorama project, and i got one prob.
The project have to be multilangages. So i work all my elements in UTF-8 (html, xml). But it dont show the special turkish character, or the character with accent.

Anyone ever use tooltips in differents alphabet?
help is welcome....

jaaaab
02-13-2008, 08:31 AM
Hi,

I don't know what are solutions, but one could be generating your xml fil with PHP and transform your texts with functions like utf8_encode() or utf8_decode()

++