howto.html: Fix editor lossage from last commit.
authorPhil Edwards <pme@gcc.gnu.org>
Tue, 19 Sep 2000 21:54:48 +0000 (21:54 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Tue, 19 Sep 2000 21:54:48 +0000 (21:54 +0000)
2000-09-19  Phil Edwards  <pme@sources.redhat.com>

* docs/21_strings/howto.html:  Fix editor lossage from last commit.

From-SVN: r36547

libstdc++-v3/ChangeLog
libstdc++-v3/docs/21_strings/howto.html

index 4ddca7d81dc03f07338a949411c66ba2aac5e820..be501f33db36a10d853245ed5ecc4ca8fb15b276 100644 (file)
@@ -1,3 +1,7 @@
+2000-09-19  Phil Edwards  <pme@sources.redhat.com>
+
+       * docs/21_strings/howto.html:  Fix editor lossage from last commit.
+
 2000-09-19  Phil Edwards  <pme@sources.redhat.com>
 
        * docs/thanks.html:  More thanks.
index 1875447cc9c313ed700f8314e2e23a96dc1ca6ce..17d1a47a0650aa6046cf1e44173cf72aea53caf5 100644 (file)
@@ -9,7 +9,7 @@
    <TITLE>libstdc++-v3 HOWTO:  Chapter 21</TITLE>
 <LINK REL="home" HREF="http://sources.redhat.com/libstdc++/docs/21_strings/">
 <LINK REL=StyleSheet HREF="../lib3styles.css">
-<!-- $Id: howto.html,v 1.3 2000/07/11 21:45:07 pme Exp $ -->
+<!-- $Id: howto.html,v 1.4 2000/09/19 21:44:30 pme Exp $ -->
 </HEAD>
 <BODY>
 
       So, if all your input forevermore consists of only those 96
       characters (hahahahahaha), then you're done.
    </P>
-   <P>At minimum, you can write 
+   <P>At minimum, you can write short wrappers like
+      <PRE>
+   char toLower (char c)
+   {
+      return tolower(static_cast&lt;unsigned char&gt;(c));
+   }</PRE>
    </P>
    <P>The correct method is to use a facet for a particular locale
       and call its conversion functions.  These are discussed more in
 Comments and suggestions are welcome, and may be sent to
 <A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or
 <A HREF="mailto:gdr@egcs.cygnus.com">Gabriel Dos Reis</A>.
-<BR> $Id: howto.html,v 1.3 2000/07/11 21:45:07 pme Exp $
+<BR> $Id: howto.html,v 1.4 2000/09/19 21:44:30 pme Exp $
 </EM></P>