|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.announce - mtext 2.0 release (dstring)
The mtext module contains the mstring Unicode string structure, which stores strings in a format that is easiest to index, slice, and access UTF-32 (dchar) code points, as well as attempts to be space efficient. Download and more information: http://www.dprogramming.com/mtext.php Documentation: http://www.dprogramming.com/docs/mtext/mtext.html mtext, previously known as dstring, adds the following in version 2.0: * support for both Phobos and Tango; * allocators, allowing more control over memory usage, especially when the garbage collector is not desired; * updated the code to work better with modern D compilers, such as using opAssign; * and made name changes to work better with D's standard string and dstring types. - Chris Miller (the original) Mar 16 2008
"Chris Miller" <chris dprogramming.com> wrote in message news:op.t73zerycpo9bzi chrisxp...The mtext module contains the mstring Unicode string structure, which stores strings in a format that is easiest to index, slice, and access UTF-32 (dchar) code points, as well as attempts to be space efficient. Download and more information: http://www.dprogramming.com/mtext.php Documentation: http://www.dprogramming.com/docs/mtext/mtext.html mtext, previously known as dstring, adds the following in version 2.0: * support for both Phobos and Tango; * allocators, allowing more control over memory usage, especially when the garbage collector is not desired; * updated the code to work better with modern D compilers, such as using opAssign; * and made name changes to work better with D's standard string and dstring types. Mar 16 2008
|