Update of /cvsroot/monetdb/MonetDB5/src/modules/atoms
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6124/src/modules/atoms

Modified Files:
      Tag: MonetDB_5-4
        str.mx 
Log Message:
more fixes


Index: str.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/atoms/str.mx,v
retrieving revision 1.73
retrieving revision 1.73.2.1
diff -u -d -r1.73 -r1.73.2.1
--- str.mx      11 Jan 2008 10:41:35 -0000      1.73
+++ str.mx      5 Feb 2008 23:12:47 -0000       1.73.2.1
@@ -18,7 +18,6 @@
 @a N.J. Nes, M.L. Kersten
 @v 1.1
 @+ The String Module
[EMAIL PROTECTED]
 Strings can be created in many ways. Already in the built-in operations
 each atom can be cast to a string using the str(atom) mil command.
 The string module gives the possibility of construction string as a
@@ -326,7 +325,6 @@
 #endif
 
 @+ UTF-8 Handling
[EMAIL PROTECTED]
 UTF-8 is a way to store Unicode strings in zero-terminated byte sequences, 
which you can e.g.
 strcmp() with old 8-bit Latin-1 strcmp() functions and which then gives the 
same results as doing
 the strcmp() on equivalent Latin-1 and ASCII character strings stored in 
simple one-byte sequences.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to