|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2008-04-19 10:00:59
Author: danieljames
Date: 2008-04-19 10:00:58 EDT (Sat, 19 Apr 2008)
New Revision: 44580
URL: http://svn.boost.org/trac/boost/changeset/44580
Log:
Replace unicode quotes with character entities.
Text files modified:
website/public_html/beta/support/bugs.html | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
Modified: website/public_html/beta/support/bugs.html
==============================================================================
--- website/public_html/beta/support/bugs.html (original)
+++ website/public_html/beta/support/bugs.html 2008-04-19 10:00:58 EDT (Sat, 19 Apr 2008)
@@ -68,7 +68,7 @@
<ul>
<li>Fill out all the fields completely, especially the
- âcomponentâ field that identifies the library. That
+ “component” field that identifies the library. That
will help ensure your report is noticed by the
appropriate developers.</li>
@@ -108,15 +108,15 @@
code.</li>
<li>If you got your code directly from subversion, make
- your fixes, and then execute â<code>svn diff >
- <var>patchfile</var>.patch</code>â from a directory in
+ your fixes, and then execute “<code>svn diff >
+ <var>patchfile</var>.patch</code>” from a directory in
your working copy that contains all your changes.</li>
<li>Otherwise, make a full recursive copy of a
directory containing the files in question, make your
- fixes in the new copy, then execute â<code>diff -dur
+ fixes in the new copy, then execute “<code>diff -dur
<var>olddirectory</var> <var>newdirectory</var> >
- <var>patchfile</var>.patch</code></li>
+ <var>patchfile</var>.patch</code>”</li>
</ol>
</li>
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