Postponed (maintainer needs more info)
Project:
Dash Media Player
Version:
6.x-1.2
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
30 Dec 2008 at 05:18 UTC
Updated:
9 Mar 2010 at 23:34 UTC
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
Comment #1
travist commentedIf you tried embedding the characters, then I am not sure. Did you delete your browser cache after you made the change?
Comment #2
Dokuro commentedIn 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.
Comment #3
asak commented@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
Comment #4
scottalan commented@asak:
Make sure you 'embed' the characters in all 'text_fields', within the player, that you need them to display in.