<div><div>Hi, Jo!</div><div><br></div><div>I'm trying create a new programming language, and I want that it have Unicode support (support for read and manipulate rightly the source-code and string literals).</div><div>

<br></div><div>But, in addition, my programming language supports "string interpolation" string, and in these interpolations, tiny snippets of code, like expressions, or variable names.</div><div><br></div><div>

So, I need read each char, separating the interpolations.</div><div><br></div><div>However, if you have another sugestion, I will stay grateful in listen you.</div></div><div><br></div><div><br></div><div>[]'s</div><div>

<br></div><br><br><div class="gmail_quote">2011/8/28 Joachim Durchholz <span dir="ltr"><<a href="mailto:jo@durchholz.org">jo@durchholz.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Am 28.08.2011 16:02, schrieb <a href="mailto:geovanisouza92@gmail.com">geovanisouza92@gmail.com</a>:<br>
<div class="im">> Well, have you any idea about how I can implement rightly Unicode in C/C++?<br>
<br>
</div>What do you mean with "implement in C/C++"?<br>
<br>
If you mean adding libraries to C/C++ that correctly deal with Unicode:<br>
that's nothing you do with a compiler infrastructure. And probably<br>
duplicate work, since Unicode libraries already exist.<br>
<br>
If you mean making the C/C++ compiler understand Unicode string<br>
literals: either that's in the language standard and implemented by<br>
conformant compilers already, or it's not in the language standard,<br>
implementing it would deviate from the standard, and it would not be<br>
"rightly" implemented. (I'm not a C/C++ guy so I don't know whether it's<br>
actually in the standard, but if it isn't, I guess any compiler has<br>
extensions already.)<br>
<br>
Hm.<br>
<br>
Maybe we're talking at the wrong level here, so:<br>
What's the problem/need that you wish to address?<br>
<br>
Regards,<br>
Jo<br>
<div><div></div><div class="h5">_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div>@geovanisouza92 - Geovani de Souza</div><br>