[vlc-devel] commit: macosx: our crashreport-mail needs to be UTF8 if we want to use NSUTF8StringEncoding for string conversation ;) ( Felix Paul Kühne )
git version control
git at videolan.org
Thu Aug 14 17:07:43 CEST 2008
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Aug 14 17:10:37 2008 +0200| [710ca695c18c92517425aefc089ca7e0e1998abc] | committer: Felix Paul Kühne
macosx: our crashreport-mail needs to be UTF8 if we want to use NSUTF8StringEncoding for string conversation ;)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=710ca695c18c92517425aefc089ca7e0e1998abc
---
modules/gui/macosx/intf.m | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m
index f31abc8..43d985a 100644
--- a/modules/gui/macosx/intf.m
+++ b/modules/gui/macosx/intf.m
@@ -2103,8 +2103,8 @@ end:
"From: vlcuser <vlcuser at videolan.org>\n"
"To: VideoLAN Crash Report <apple-bugreport at videolan.org>\n"
"Subject: %@\n"
- "Content-Type: text/plain; charset=ISO-8859-1; format=flowed\n"
- "Content-Transfer-Encoding: 7bit\n"
+ "Content-Type: text/plain; charset=UTF-8; format=flowed\n"
+ "Content-Transfer-Encoding: 8bit\n"
"\n"
"%@\n\n"
"User Comment:\n%@\n--------------\n"
More information about the vlc-devel
mailing list