[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


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 ----