[mythtv-users] Changing mythweb

Nicolas Riendeau mythtv at riendeau.org
Sat Mar 5 15:32:55 UTC 2016


Hi!

On 3/4/2016 6:40 PM, Bjoern Voigt wrote:
> There is a related issue with the character set of month names.
>
> Currently we have März (the German name for March with an umlaut "ä"). Even if Mythweb shows a TV show description with working umlauts, the umlaut of the month names (currently Mär) is broken.
>
> See this screenshot:
> http://paste.opensuse.org/38886272
>
> Greetings,
> Björn

I have committed a fix on master for this, see 
https://code.mythtv.org/cgit/mythweb/commit/?id=43ab92598191ae18f70062a930d0ab4dfaf836f8 
.

Essentially you must replace this line

'German'        => array('Deutsch',            'de_DE',       'de_DE'),

for this one

'German'        => array('Deutsch',            'de_DE.UTF-8', 'de_DE'),

in classes/Translate.php.

Can any German speaking person confirms if it works (and everywhere) for 
them?

Once I receive confirmation it works I will backport to 0.27 and 0.28.

It seems ok to me but as I don't speak German it's difficult for me to 
know for sure...

Thank you!

Nicolas






More information about the mythtv-users mailing list