]> Creatis software - gdcm.git/commit
ENH: Improve string manipulation. I now inforce the notion of 'DicomString'
authormalaterre <malaterre>
Fri, 5 Nov 2004 20:23:12 +0000 (20:23 +0000)
committermalaterre <malaterre>
Fri, 5 Nov 2004 20:23:12 +0000 (20:23 +0000)
commitf0ea8af1179c35ddc83da32df10813899427214d
tree153ec26a9a44fd1fffe91c93dd50a95e682d1cd7
parent0fd97a2f44764117b637de53e09b8a329ca133f8
ENH: Improve string manipulation. I now inforce the notion of 'DicomString'
    A DicomString can contain as many \0 as they want
    and it is *always* of even length.
    We only support odd length for very rare case.
    And in the near future this should be removed.
ChangeLog
Dicts/DicomDir.dic
Testing/CMakeLists.txt
Testing/TestAllEntryVerify.cxx
Testing/TestDicomString.cxx [new file with mode: 0644]
src/gdcmDocument.cxx
src/gdcmHeader.cxx
src/gdcmUtil.cxx
src/gdcmUtil.h
src/gdcmValEntry.cxx
src/gdcmValEntry.h