Hi!
I like your player! But cyrillic symbols are not supported in titles :(
The Drupal base uses in UTF-8 encoding.
I tried to embed cyrillic symbols in dinamic text fileds, but no luck... It shows nothing in titles...
But the static labels shows cyrillic symbols.

Any ideas to fix that?

Comments

travist’s picture

Status: Active » Postponed (maintainer needs more info)

If you tried embedding the characters, then I am not sure. Did you delete your browser cache after you made the change?

Dokuro’s picture

In the amfphp.module file, find $gateway->setCharsetHandler("utf8_decode", "ISO-8859-1", "ISO-8859-1");

Change this to this:

$gateway->setCharsetHandler("iconv", "UTF-8", "UTF-8");

See if that helps, if it passed from cck, then this is what you will need to do.

If it is part of the flash player, then it should be in the player itself.

asak’s picture

@Dokuro: that also helped display Hebrew chars, which were not displayed before. thanks.

I can now get the title to display below the video in hebrew (although - it's written backwards, which is another issue).

The titles next to the thumbnails are still not showing... i guess this is the same point mrjavum got to...

EDIT: for reference, there is this http://drupal.org/node/374738 about UTF8 and AMFPHP

scottalan’s picture

Assigned: Unassigned » scottalan

The titles next to the thumbnails are still not showing...

@asak:

Make sure you 'embed' the characters in all 'text_fields', within the player, that you need them to display in.