summaryrefslogtreecommitdiffstats
path: root/source/xap/MPlayer/po_charset.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/xap/MPlayer/po_charset.patch')
-rw-r--r--source/xap/MPlayer/po_charset.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/source/xap/MPlayer/po_charset.patch b/source/xap/MPlayer/po_charset.patch
new file mode 100644
index 000000000..4d7619071
--- /dev/null
+++ b/source/xap/MPlayer/po_charset.patch
@@ -0,0 +1,12 @@
+--- ./help/help_create_po.pl.orig 2024-01-30 14:09:03.000000000 -0600
++++ ./help/help_create_po.pl 2024-01-30 14:10:33.423012066 -0600
+@@ -56,6 +56,9 @@
+ open(po, "> $ARGV[1]") or die "Cannot open $ARGV[1]";
+
+ print po "# DO NOT EDIT - this file is generated from $ARGV[0]\n";
++print po "msgid \"\"\n";
++print po "msgstr \"\"\n";
++print po "\"Content-Type: text/plain; charset=UTF-8\"\n";
+
+ foreach my $id (keys %podefs)
+ {