comparison Core/DicomFormat/DicomIntegerPixelAccessor.cpp @ 107:3b45473c0a73

replace boost::locale with iconv for debian
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 04 Oct 2012 11:22:20 +0200
parents 6212bf978584
children fe180eae201d
comparison
equal deleted inserted replaced
106:332fec038d52 107:3b45473c0a73
25 #endif 25 #endif
26 26
27 #include "../OrthancException.h" 27 #include "../OrthancException.h"
28 #include <boost/lexical_cast.hpp> 28 #include <boost/lexical_cast.hpp>
29 #include <limits> 29 #include <limits>
30 #include <cassert>
30 31
31 namespace Orthanc 32 namespace Orthanc
32 { 33 {
33 static const DicomTag COLUMNS(0x0028, 0x0011); 34 static const DicomTag COLUMNS(0x0028, 0x0011);
34 static const DicomTag ROWS(0x0028, 0x0010); 35 static const DicomTag ROWS(0x0028, 0x0010);