--- Schema.pm.bak 2010-04-01 23:09:15.000000000 +0200 +++ Schema.pm 2010-04-01 23:12:39.000000000 +0200 @@ -2058,6 +2058,7 @@ $attributes->{$shortTag} = delete $attributes->{$gainTag}; $attributes->{$shortTag} =~ s/\s*dB//gi; + $attributes->{$shortTag} =~ s/\s//g; $attributes->{$shortTag} =~ s/,/\./g; # bug 6900, change comma to period # Bug 15483, remove non-numeric gain tags @@ -2625,6 +2626,7 @@ if ($attributes->{$gainTag}) { $attributes->{$gainTag} =~ s/\s*dB//gi; + $attributes->{$gainTag} =~ s/\s//g; $attributes->{$gainTag} =~ s/,/\./g; # bug 6900, change comma to period $set{$shortTag} = $attributes->{$gainTag};