diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-29 08:07:42 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-29 08:07:42 +0100 |
commit | 50dc4372e21202d2e285bd295ec18c759b66c4d9 (patch) | |
tree | d1567429c120802fe5adc11ef988544aec7a100d /package/xbmc/patches/patch-language_English_langinfo_xml | |
parent | 97004f38266b1106bb1823cbbcbd4e63d11210c9 (diff) |
fix xbmc compile under Darwin
Diffstat (limited to 'package/xbmc/patches/patch-language_English_langinfo_xml')
-rw-r--r-- | package/xbmc/patches/patch-language_English_langinfo_xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/xbmc/patches/patch-language_English_langinfo_xml b/package/xbmc/patches/patch-language_English_langinfo_xml new file mode 100644 index 000000000..9e88d77c4 --- /dev/null +++ b/package/xbmc/patches/patch-language_English_langinfo_xml @@ -0,0 +1,13 @@ +--- xbmc-12.3-Frodo.orig/language/English/langinfo.xml 2013-12-12 22:47:49.000000000 +0100 ++++ xbmc-12.3-Frodo/language/English/langinfo.xml 2014-01-29 07:59:05.000000000 +0100 +@@ -48,8 +48,8 @@ + + <language locale="en"> + <charsets> +- <gui>CP1252</gui> +- <subtitle>CP1252</subtitle> ++ <gui>UTF-8</gui> ++ <subtitle>UTF-8</subtitle> + </charsets> + + <dvd> |