[mythtv] [BUG] mythvideo special characters in the title, director
and description fields
Xavier Hervy
maxpower44 at tiscali.fr
Tue May 25 17:13:13 EDT 2004
J. Donavan Stanley wrote:
> Xavier Hervy wrote:
>
>> Donavan, you make some change to correct bug with special characters
>> in videobrowser.cpp. but I don't have bug before your patch and now
>> all special characters are replace by little square :-(
>> for example u replace
>> type->SetText(plot);
>> by
>> type->SetText(QString::fromUtf8(plot));
>> The problem should be my settings but i don't know what i should
>> change to have again the good characters.
>> Can you explain me what is wrong ?
>>
> My guess would be that your font doesn't include the international
> characters in question maybe? Are you saying that prior to that change
> you did show international characters correctly?
>
Exactly then i don't understand where is the problem ....
Someone know ?
More information about the mythtv-dev
mailing list