[sword-cvs] sword/src/utilfuns swunicod.cpp,1.3,1.4
sword@www.crosswire.org
sword@www.crosswire.org
Fri, 28 Feb 2003 06:12:45 -0700
- Previous message: [sword-cvs] sword/src/utilfuns swbuf.cpp,1.7,1.8
- Next message: [sword-cvs] sword/include encfiltmgr.h,1.2,1.3 listkey.h,1.17,1.18 localemgr.h,1.13,1.14 markupfiltmgr.h,1.3,1.4 swbuf.h,1.9,1.10 swcom.h,1.12,1.13 swconfig.h,1.20,1.21 swgenbook.h,1.3,1.4 swkey.h,1.23,1.24 swld.h,1.13,1.14 swmgr.h,1.52,1.53 swmodule.h,1.60,1.61 swtext.h,1.13,1.14 versekey.h,1.28,1.29
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/local/cvsroot/sword/src/utilfuns
In directory www:/tmp/cvs-serv420/src/utilfuns
Modified Files:
swunicod.cpp
Log Message:
updates to the api-documentation; doc syntax errors fixed. minor
additions to the docs.
Index: swunicod.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/utilfuns/swunicod.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** swunicod.cpp 1 Oct 2002 19:52:41 -0000 1.3
--- swunicod.cpp 28 Feb 2003 13:12:43 -0000 1.4
***************
*** 109,116 ****
}
- /** Converts a UTF-8 encoded 1-6 byte array into a 32-bit unsigned integer UTF-32 value
- * @param utf8 pointer to an array of 6 unsigned chars containing the UTF-8 value, starting in the utf8[0]
- * @param utf32 the UTF-32 Unicode code point value
- */
unsigned long UTF8to32 (unsigned char * utf8) {
--- 109,112 ----
- Previous message: [sword-cvs] sword/src/utilfuns swbuf.cpp,1.7,1.8
- Next message: [sword-cvs] sword/include encfiltmgr.h,1.2,1.3 listkey.h,1.17,1.18 localemgr.h,1.13,1.14 markupfiltmgr.h,1.3,1.4 swbuf.h,1.9,1.10 swcom.h,1.12,1.13 swconfig.h,1.20,1.21 swgenbook.h,1.3,1.4 swkey.h,1.23,1.24 swld.h,1.13,1.14 swmgr.h,1.52,1.53 swmodule.h,1.60,1.61 swtext.h,1.13,1.14 versekey.h,1.28,1.29
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]