Friday 10 February 2006 1:04:30 am
I'm bulding an extention where I need utf8 output in an xml file. its going to be used in a flash animation so I realuy don't have an alternative.
what I have atcheaved: If I set i18n.ini.append.php to:
[CharacterSettings]
Charset=utf8
then the flash animation is perfect. The problem the is the site it self. Its an non utf8 mysql. And I can't doo anything about it. If I try loading {let $classFilter = ezini( 'Classes', 'Charset', 'i18n.ini' )}
from the extention settings It dos not override the settings. My question is: Is this at all posible? Would you mind showing me how?
|