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

Modified Files:
        porter_eng.c 
Log Message:
propagated changes of Tuesday Mar 24 2009 - Wednesday Mar 25 2009
from the Feb2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/03/24 - hrode: modules/pftijah/porter_eng.c,1.4.18.1
removed another call to the utf8-unaware tolower()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: porter_eng.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/porter_eng.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- porter_eng.c        17 Jul 2007 07:31:00 -0000      1.4
+++ porter_eng.c        25 Mar 2009 17:01:28 -0000      1.5
@@ -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 */


------------------------------------------------------------------------------
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to