You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2001/08/10 19:54:01 UTC

cvs commit: xml-xalan/c/src/XSLT ElemNumber.cpp

dbertoni    01/08/10 10:54:01

  Modified:    c/src/XSLT ElemNumber.cpp
  Log:
  Replaced toLowerCase() with toLowerCaseASCII().
  
  Revision  Changes    Path
  1.47      +2 -2      xml-xalan/c/src/XSLT/ElemNumber.cpp
  
  Index: ElemNumber.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemNumber.cpp,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- ElemNumber.cpp	2001/07/18 04:33:15	1.46
  +++ ElemNumber.cpp	2001/08/10 17:54:01	1.47
  @@ -1237,7 +1237,7 @@
   		case XalanUnicode::charLetter_a:
   			int2alphaCount(listElement, s_alphaCountTable, theResult);
   
  -			theResult = toLowerCase(theResult);
  +			theResult = toLowerCaseASCII(theResult);
   			break;
   
   		case XalanUnicode::charLetter_I:
  @@ -1247,7 +1247,7 @@
   		case XalanUnicode::charLetter_i:
   			long2roman(listElement, true, theResult);
   
  -			theResult = toLowerCase(theResult);
  +			theResult = toLowerCaseASCII(theResult);
   			break;
   
   		case 0x3042:
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org