MT::Template::Context->add_global_filter(urlisa => sub {
    (my $s = shift) =~ tr/ż؊ݎ /AACDEEILLNOORRSTUUYZaacdeeillnoorrstuuyz-/;
    $s;
});
