Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r59599 - branches/quickbook-1.5-spirit2
From: daniel_james_at_[hidden]
Date: 2010-02-09 13:28:18


Author: danieljames
Date: 2010-02-09 13:28:18 EST (Tue, 09 Feb 2010)
New Revision: 59599
URL: http://svn.boost.org/trac/boost/changeset/59599

Log:
Add character encoding.
Text files modified:
   branches/quickbook-1.5-spirit2/html.cpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: branches/quickbook-1.5-spirit2/html.cpp
==============================================================================
--- branches/quickbook-1.5-spirit2/html.cpp (original)
+++ branches/quickbook-1.5-spirit2/html.cpp 2010-02-09 13:28:18 EST (Tue, 09 Feb 2010)
@@ -325,6 +325,7 @@
             << "<!DOCTYPE html>"
             << "<html><head>"
             << "<title>" << info.doc_title << "</title>"
+ << "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">"
             << "</head>"
             << "<body>"
             << "<header>"


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk