<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>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;32 typedef struct<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;33 {<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;34 &nbsp;&nbsp;&nbsp;uint16_t group;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;35 &nbsp;&nbsp;&nbsp;uint16_t element;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;36 &nbsp;&nbsp;&nbsp;const char *vr;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;37 &nbsp;&nbsp;&nbsp;const char *vm;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;38 &nbsp;&nbsp;&nbsp;const char *name;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;39 } DICT_ENTRY;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;40 <BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;41 static DICT_ENTRY datadir[] = {<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;42 <BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;43 &nbsp;&nbsp;&nbsp;{0x0000, 0x0000, &quot;UL&quot; , &quot;1&quot; , &quot;Group Length&quot;},<BR>
...<BR>
&nbsp;&nbsp;&nbsp;627 &nbsp;&nbsp;&nbsp;{0x0018, 0x8150, &quot;DS&quot; , &quot;1&quot; , &quot;Exposure Time in &micro;S&quot;},<BR>
&nbsp;&nbsp;&nbsp;628 &nbsp;&nbsp;&nbsp;{0x0018, 0x8151, &quot;DS&quot; , &quot;1&quot; , &quot;X-Ray Tube Current in &micro;A&quot;},<BR>
...<BR>
The problem is that &quot;&micro;&quot; can not be part of a &#8220;const char name *&#8221; . &nbsp;I don&#8217;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>