Index: server/Slim/Display/Graphics.pm =================================================================== --- server/Slim/Display/Graphics.pm (revision 7230) +++ server/Slim/Display/Graphics.pm (working copy) @@ -220,7 +220,7 @@ @ords = (); } # if we've got non latin characters, make sure the hebrew is in the right order for printing - if ($canUseBiDi) { + if ($canUseBiDi && $string =~ /\p{BidiClass:R}/) { $string = Locale::Hebrew::hebrewflip($string); @ords = (); }