On Wed, Jul 21, 2010 at 2:02 AM, Enlightenment SVN <no-re...@enlightenment.org> wrote: > Log: > revert previous. why would I do that in the first place? >
Why handle only the basic ascii chars? What about us non-english speaking people with our weird set of áéíóú ÁÉÍÓÚ, among a bunch of others? > Author: discomfitor > Date: 2010-07-20 22:02:17 -0700 (Tue, 20 Jul 2010) > New Revision: 50407 > > Modified: > trunk/eina/src/lib/eina_str.c > > Modified: trunk/eina/src/lib/eina_str.c > =================================================================== > --- trunk/eina/src/lib/eina_str.c 2010-07-21 04:26:57 UTC (rev 50406) > +++ trunk/eina/src/lib/eina_str.c 2010-07-21 05:02:17 UTC (rev 50407) > @@ -576,8 +576,7 @@ > if ((!str) || (!(*str))) return; > > for (p = *str; (*p); p++) > - if ((*p >= 'A') && (*p <= 'Z')) > - *p += 32; > + *p = tolower(*p); > } > > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > enlightenment-svn mailing list > enlightenment-...@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel