moved tests in own directory, added test to demonstrate XML::Simple feature
[webpac] / filter / unac_string_croatian.pm
index ad0c7f4..b6d549b 100644 (file)
@@ -2,7 +2,7 @@
 # Croatian language which isn't really accented (ð) but needs to be coverted
 # to unaccented equivalent (d)
 
-sub unac_string {
+sub unac_string($$) {
        my $charset = shift || return;
        my $string = shift || return;
 #      $string = Text::Unaccent::unac_string($charset,$string);