Thanks for reply, Nick! The project has this feature in roadmap? []'s 2011/8/27 Nick Lewycky <nicholas at mxc.ca>> geovanisouza92 at gmail.com wrote: > >> Hi everyone! >> >> LLVM supports Unicode? >> >> Is possible adapt LLVM to support Unicode? What problems can happen on >> try this? >> > > Value names can be any sequence of bytes, even including nulls. LLVM itself > does not have any particular support for Unicode, or for any encoding except > ASCII. > > Nick >-- "Antequam noveris, a laudando et vituperando abstine" Esperando que esteja bem, Geovani de Souza -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110827/ff39db80/attachment.html>
geovanisouza92 at gmail.com wrote:> Thanks for reply, Nick! > > The project has this feature in roadmap?What feature? LLVM is not a text editor, it is not obvious what LLVM has to do with Unicode. Please explain. Nick> > []'s > > > 2011/8/27 Nick Lewycky <nicholas at mxc.ca <mailto:nicholas at mxc.ca>> > > geovanisouza92 at gmail.com <mailto:geovanisouza92 at gmail.com> wrote: > > Hi everyone! > > LLVM supports Unicode? > > Is possible adapt LLVM to support Unicode? What problems can > happen on > try this? > > > Value names can be any sequence of bytes, even including nulls. LLVM > itself does not have any particular support for Unicode, or for any > encoding except ASCII. > > Nick > > > > > -- > "Antequam noveris, a laudando et vituperando abstine" > > Esperando que esteja bem, > > Geovani de Souza > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
> geovanisouza92 at gmail.com wrote: >> Thanks for reply, Nick! >> >> The project has this feature in roadmap? > > What feature? LLVM is not a text editor, it is not obvious what LLVM has > to do with Unicode. Please explain. > > NickPresumably he means identifier names.