Revision: 7196
http://svn.sourceforge.net/mahogany/?rev=7196&view=rev
Author: vadz
Date: 2006-12-25 13:18:03 -0800 (Mon, 25 Dec 2006)
Log Message:
-----------
use ANSI Baltic encoding in the splash screen credits, wxHtmlWindow doesn't support UTF-8 under Windows currently
Modified Paths:
--------------
trunk/M/src/gui/wxMSplash.cpp
Modified: trunk/M/src/gui/wxMSplash.cpp
===================================================================
--- trunk/M/src/gui/wxMSplash.cpp 2006-12-25 20:48:14 UTC (rev 7195)
+++ trunk/M/src/gui/wxMSplash.cpp 2006-12-25 21:18:03 UTC (rev 7196)
@@ -220,7 +220,8 @@
wxString pageHtmlText;
pageHtmlText << _T("<body text=#000000 bgcolor=#ffffff>"
- "<meta HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html;charset=UTF-8\">"
+ "<meta http-equiv=\"Content-Type\" "
+ "content=\"text/html;charset=ISO-8859-13\">"
"<font face=\"Times New Roman,times\">"
"<h4>") << _("Mahogany information") << _T("</h4>")
@@ -263,8 +264,8 @@
<< "<p>"
_T("<h4>") << _("List of contributors:") << _T("</h4>")
"<p>"
- "Karsten Ball" "\xC3\xBC" "der, Vadim Zeitlin, Greg Noel,<br>"
- "Nerijus Bali" "\xC5\xAB" "nas, Xavier Nodet, Vaclav Slavik,<br>"
+ "Karsten Ball\374der, Vadim Zeitlin, Greg Noel,<br>"
+ "Nerijus Bali\373nas, Xavier Nodet, Vaclav Slavik,<br>"
"Daniel Seifert, Michele Ravani, Michael A Chase,<br>"
"Robert Vazan " << _("and many others") << "<br>"
"<br>"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.