View | Details | Raw Unified | Return to bug 25501
Collapse All | Expand All

(-)a/misc/translator/po2json (-3 / +2 lines)
Lines 166-174 sub main Link Here
166
    $basename =~ s/\.pot?$//;
166
    $basename =~ s/\.pot?$//;
167
    if ($pretty)
167
    if ($pretty)
168
    {
168
    {
169
        print $jsonobj->pretty->encode( { $basename => $json });
169
        print $jsonobj->pretty->utf8->encode( { $basename => $json });
170
    } else {
170
    } else {
171
        print $jsonobj->encode($json);
171
        print $jsonobj->utf8->encode($json);
172
    }
172
    }
173
}
173
}
174
174
175
- 

Return to bug 25501