|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2008-07-01 05:58:28
Author: danieljames
Date: 2008-07-01 05:58:27 EDT (Tue, 01 Jul 2008)
New Revision: 46943
URL: http://svn.boost.org/trac/boost/changeset/46943
Log:
Replace a couple of non-ascii symbols.
Text files modified:
trunk/libs/math/test/common_factor_test.cpp | 2 +-
trunk/libs/regex/example/snippets/icu_example.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/libs/math/test/common_factor_test.cpp
==============================================================================
--- trunk/libs/math/test/common_factor_test.cpp (original)
+++ trunk/libs/math/test/common_factor_test.cpp 2008-07-01 05:58:27 EDT (Tue, 01 Jul 2008)
@@ -8,7 +8,7 @@
// See http://www.boost.org for most recent version including documentation.
// Revision History
-// 01 Dec 2006 Various fixes for old compilers (Joaquín M Lopez Munoz)
+// 01 Dec 2006 Various fixes for old compilers (Joaquin M Lopez Munoz)
// 10 Nov 2006 Make long long and __int64 mutually exclusive (Daryle Walker)
// 04 Nov 2006 Use more built-in numeric types, binary-GCD (Daryle Walker)
// 03 Nov 2006 Use custom numeric types (Daryle Walker)
Modified: trunk/libs/regex/example/snippets/icu_example.cpp
==============================================================================
--- trunk/libs/regex/example/snippets/icu_example.cpp (original)
+++ trunk/libs/regex/example/snippets/icu_example.cpp 2008-07-01 05:58:27 EDT (Tue, 01 Jul 2008)
@@ -157,7 +157,7 @@
assert(greek == L"\x0391\x039D\x0395\x0398\x0391 2004");
// extract currency symbols with associated value, use iterator interface:
- std::string text2 = " $100.23 or \xC2\xA3""198.12 "; // \xC2\xA3 is the £ sign encoded in UTF-8
+ std::string text2 = " $100.23 or \xC2\xA3""198.12 "; // \xC2\xA3 is the pound sign encoded in UTF-8
enumerate_currencies(text2);
enumerate_currencies2(text2);
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