Boost logo

Boost-Commit :

From: boost_at_[hidden]
Date: 2008-08-01 13:37:13


Author: matthiasschabel
Date: 2008-08-01 13:37:12 EDT (Fri, 01 Aug 2008)
New Revision: 47937
URL: http://svn.boost.org/trac/boost/changeset/47937

Log:
fix non-ASCII characters for symbols in comments
Text files modified:
   branches/release/libs/units/example/kitchen_sink.cpp | 2 +-
   branches/release/libs/units/example/temperature.cpp | 4 ++--
   2 files changed, 3 insertions(+), 3 deletions(-)

Modified: branches/release/libs/units/example/kitchen_sink.cpp
==============================================================================
--- branches/release/libs/units/example/kitchen_sink.cpp (original)
+++ branches/release/libs/units/example/kitchen_sink.cpp 2008-08-01 13:37:12 EDT (Fri, 01 Aug 2008)
@@ -117,7 +117,7 @@
 //[kitchen_sink_output_12
 V = (12.5,0) V
 I = (3,4) A
-Z = (1.5,-2) Ω
+Z = (1.5,-2) Ohm
 I*Z = (12.5,0) V
 //]
 

Modified: branches/release/libs/units/example/temperature.cpp
==============================================================================
--- branches/release/libs/units/example/temperature.cpp (original)
+++ branches/release/libs/units/example/temperature.cpp 2008-08-01 13:37:12 EDT (Fri, 01 Aug 2008)
@@ -21,10 +21,10 @@
 @verbatim
 
 //[ temperature_output_1
-{ 32 } °F
+{ 32 } F
 { 273.15 } K
 { 273.15 } K
-[ 32 ] °F
+[ 32 ] F
 [ 17.7778 ] K
 [ 17.7778 ] K
 //]


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