<HTML>
<HEAD>
<TITLE>GDCM Compiler Warning</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Mathieu,<BR>
<BR>
I am getting a compiler warning in gdcm:<BR>
<BR>
/scratch/hjohnson/src/brains2/iplFreeware/icc/FAST_64_64/Insight/Utilities/gdcm/src/gdcmDefaultDicts.cxx(627): warning #913: invalid multibyte character sequence<BR>
/scratch/hjohnson/src/brains2/iplFreeware/icc/FAST_64_64/Insight/Utilities/gdcm/src/gdcmDefaultDicts.cxx(628): warning #913: invalid multibyte character sequence<BR>
<BR>
...<BR>
32 typedef struct<BR>
33 {<BR>
34 uint16_t group;<BR>
35 uint16_t element;<BR>
36 const char *vr;<BR>
37 const char *vm;<BR>
38 const char *name;<BR>
39 } DICT_ENTRY;<BR>
40 <BR>
41 static DICT_ENTRY datadir[] = {<BR>
42 <BR>
43 {0x0000, 0x0000, "UL" , "1" , "Group Length"},<BR>
...<BR>
627 {0x0018, 0x8150, "DS" , "1" , "Exposure Time in µS"},<BR>
628 {0x0018, 0x8151, "DS" , "1" , "X-Ray Tube Current in µA"},<BR>
...<BR>
The problem is that "µ" can not be part of a “const char name *” . I don’t know how to address this problem, but thought that you might want to have a look.<BR>
<BR>
Regards,<BR>
Hans<BR>
-- <BR>
Hans J. Johnson, Ph.D.<BR>
Hans-johnson@uiowa.edu<BR>
<BR>
278 GH<BR>
The University of Iowa<BR>
Iowa City, IA 52241<BR>
(319) 353 8587<BR>
</SPAN></FONT>
</BODY>
</HTML>