(file) Return to CharSet.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/CharSet.cpp between version 1.5 and 1.6

version 1.5, 2006/11/10 18:14:57 version 1.6, 2007/06/12 18:15:51
Line 38 
Line 38 
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 // //
 // Note: EBCDIC not supported but not needed by any known platform (z/OS Linux  // Note: These definitions are specifically for ASCII.
 // uses ASCII). This will flag any future use to employ EBCDIC.  
 // //
  
 #ifdef PEGASUS_HAVE_EBCDIC  
 # error "EBCDIC unsupported"  
 #endif  
   
 const Uint8 CharSet::_isAlphaUnder[256] = const Uint8 CharSet::_isAlphaUnder[256] =
 { {
     0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,     0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2