Manual integration error in #12235.
[p5sagit/p5-mst-13.2.git] / lib / utf8_heavy.pl
index b73cea0..a90e24c 100644 (file)
@@ -24,7 +24,7 @@ sub SWASHNEW {
     my $caller;
     my $i = 0;
     while (($caller = caller($i)) eq __PACKAGE__) { $i++ }
-    my $encoding = $enc{$caller} || "unicode";
+    my $encoding = $enc{$caller} || "unicore";
     (my $file = $type) =~ s!::!/!g;
     if ($file =~ /^In(.+)/) {
        my $In = $1;