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

Diff for /pegasus/src/Pegasus/Common/CommonUTF.h between version 1.10 and 1.11

version 1.10, 2005/02/05 22:59:23 version 1.11, 2005/03/08 05:46:35
Line 76 
Line 76 
 } }
  
  
 PEGASUS_COMMON_LINKAGE int isValid_U8(const Uint8 *src,int size);  PEGASUS_COMMON_LINKAGE Boolean isValid_U8(const Uint8 *src,int size);
 PEGASUS_COMMON_LINKAGE int UTF16toUTF8(const Uint16** srcHead,  
   PEGASUS_COMMON_LINKAGE int UTF16toUTF8(
       const Uint16** srcHead,
                 const Uint16* srcEnd,                 const Uint16* srcEnd,
                 Uint8** tgtHead,                 Uint8** tgtHead,
                 Uint8* tgtEnd);                 Uint8* tgtEnd);
  
 PEGASUS_COMMON_LINKAGE int UTF8toUTF16 (const Uint8** srcHead,  PEGASUS_COMMON_LINKAGE int UTF8toUTF16(
       const Uint8** srcHead,
                  const Uint8* srcEnd,                  const Uint8* srcEnd,
                  Uint16** tgtHead,                  Uint16** tgtHead,
                  Uint16* tgtEnd);                  Uint16* tgtEnd);


Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2