Displaying 2 results from an estimated 2 matches for "fdb070a0".
2011 Aug 28
0
[LLVMdev] LLVM supports Unicode?
...Mdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
--
@geovanisouza92 - Geovani de Souza
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110828/fdb070a0/attachment.html>
2011 Aug 28
4
[LLVMdev] LLVM supports Unicode?
Am 28.08.2011 16:02, schrieb geovanisouza92 at gmail.com:
> Well, have you any idea about how I can implement rightly Unicode in C/C++?
What do you mean with "implement in C/C++"?
If you mean adding libraries to C/C++ that correctly deal with Unicode:
that's nothing you do with a compiler infrastructure. And probably
duplicate work, since Unicode libraries already exist.
If