Thanks for the answer. since strings are basicly 'byte buffers', how can I manipulate then as 'bytes'. for example : - get me the 2nd byte value ? - replace the 3rd byte by this one ? - concatenate an array of bytes ? (I'm talking about bytes but it's actually ints in nekovm)
or perhaps there is a more convinient type for this ? some kind of bytestream/bytebuffer ? thanks johann > -----Original Message----- > From: [email protected] > Sent: Thu, 27 Oct 2011 00:52:55 +0200 > To: [email protected] > Subject: Re: [Neko] Unicode support > > I dont think there will be native unicode support, because neko is meant > to be a language written by compilers (e.g. haXe) so unicode support is > handled by the higher language. > But there is support for utf8 buffers: http://nekovm.org/doc/view/utf8 > > Am 26.10.2011 22:42, schrieb johann Sorel: >> Good evening (again), >> >> I'm trying to convert one of my java class for X3.64 encoding (for >> colors/font effect in shells) >> >> A small part of the code use unicode, example : "\u001B" which is not >> supported. so I bypass the problem using byte notation : "\027\091" >> >> just to know : will unicode be supported by nekovm in the futur ? or is >> it considered out of it's scope ? >> >> johann >> >> ____________________________________________________________ >> Send your photos by email in seconds... >> TRY FREE IM TOOLPACK at http://www.imtoolpack.com/default.aspx?rc=if3 >> Works in all emails, instant messengers, blogs, forums and social >> networks. >> >> >> > > -- > Neko : One VM to run them all > (http://nekovm.org) ____________________________________________________________ FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop! Check it out at http://www.inbox.com/earth -- Neko : One VM to run them all (http://nekovm.org)
