]> wagnertech.de Git - mfinanz.git/blobdiff - SL/SEPA/XML.pm
mebil
[mfinanz.git] / SL / SEPA / XML.pm
index 8ccfa837452d2d9627cd72d458e54372c27185a7..3aa88b7b0cc96970a0bcc19e5ea09c00068263c6 100644 (file)
@@ -67,6 +67,7 @@ sub _replace_special_chars {
     'Ü' => 'Ue',
     'ß' => 'ss',
     '&' => '+',
+    '`' => '\'',
     );
 
   map { $text =~ s/$_/$special_chars{$_}/g; } keys %special_chars;