[mythtv-users] mythrename.pl problems with german umlauts

Tom Lichti tom at redpepperracing.com
Thu Mar 16 20:13:04 UTC 2006


Christophe Zwecker wrote:
> well I fixed it myself I added the following to mythrename.pl:
>
>          $name =~ s/ä/ae/sg;
>          $name =~ s/ö/oe/sg;
>          $name =~ s/ü/ue/sg;
>          $name =~ s/ß/ss/sg;
>          $name =~ s/Ä/Ae/sg;
>          $name =~ s/Ö/Oe/sg;
>          $name =~ s/Ü/Ue/sg;
>
> Maybe Chris Petersen can add this to his script, I dont find his email 
> address in it, so i anyone can forward this or give me he address.
>
> now all is fine.
>
> best regards,
>
> Christophe
>   
If you make it into an actual diff file, create a ticket in trac and 
attach the diff.

Tom


More information about the mythtv-users mailing list