Update of /cvsroot/monetdb/pathfinder/modules/pftijah
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv14094

Modified Files:
      Tag: Feb2009
        porter_eng.c 
Log Message:
removed another call to the utf8-unaware tolower()
  


U porter_eng.c
Index: porter_eng.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/porter_eng.c,v
retrieving revision 1.4
retrieving revision 1.4.18.1
diff -u -d -r1.4 -r1.4.18.1
--- porter_eng.c        17 Jul 2007 07:31:00 -0000      1.4
+++ porter_eng.c        24 Mar 2009 22:27:55 -0000      1.4.18.1
@@ -446,7 +446,7 @@
             /* Part 1: Check to ensure the word is all alphabetic */
    for ( end = word; *end != EOS; end++ )
       if ( !isalpha(*end) ) return( FALSE );
-      else *end = tolower( *end );
+      //else *end = tolower( *end );
    end--;
 
                 /*  Part 2: Run through the Porter algorithm */


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to