Update of /cvsroot/mahogany/M/src/util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8094/src/util

Modified Files:
        strutil.cpp 
Log Message:
removed strutil_is7bit()

Index: strutil.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/strutil.cpp,v
retrieving revision 1.129
retrieving revision 1.130
diff -b -u -2 -r1.129 -r1.130
--- strutil.cpp 16 Mar 2004 00:01:01 -0000      1.129
+++ strutil.cpp 10 Apr 2004 23:04:46 -0000      1.130
@@ -1373,19 +1373,4 @@
 }
 
-/// Check if text is 7bit only:
-bool strutil_is7bit(const unsigned char *text)
-{
-   if ( !text )
-      return TRUE;
-
-   while ( *text )
-   {
-      if ( !isascii(*text++) )
-         return FALSE;
-   }
-
-   return TRUE;
-}
-
 // convert a string in UTF-8 or 7 into the string in the current encoding: of
 // course, this doesn't work in general as Unicode is not representable as an 8



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to