<div class="gmail_quote">On Sun, Jun 24, 2012 at 1:31 PM, Alessandro Serra <span dir="ltr"><<a href="mailto:gas.hale@gmail.com" target="_blank">gas.hale@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi,<br>
there is a typing error in legacy.h: "FINXUMP".<br>
<br>
#define FIXNUMP(o)              ECL_FINXUMP(o)<br></blockquote><div><br></div><div>Thanks, I will correct it.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


A question. There is any function to create a string object from a<br>
wchar_t array?<br>
May be something similar at "make_simple_base_string" for char arrays?<br>
Thanks,</blockquote></div><div><br></div>Not really. It is not that easy, for wchar_t does not have a standard interpretation: it is locale-dependent. As explained in Unicode:<div><br><blockquote style="margin:0 0 0 40px;border:none;padding:0px">

The width of wchar_t is compiler-specific and can be as small as 8 bits. Consequently, programs that need to be portable across any C or C++ compiler should not use wchar_t for storing Unicode text. The wchar_t type is intended for storing compiler-defined wide characters, which may be Unicode characters in some compilers.</blockquote>

<div><div><br></div><div>Juanjo<br clear="all"><div><br></div>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>


</div></div></div>