chiark / gitweb /
simple script to print the character set of a .po file in a way suitable for feeding...
[bin.git] / po-charset
1 #! /usr/bin/perl -ln
2 /^"Content-Type: .* charset=(.*)\\n"$/ and print $1