Page 1 of 1
Unicode
Posted: Wed Aug 04, 2004 7:13 am
by XStream
Hey all,
I am considering writing my operating system to be native unicode, my question is, does unicode only affect text, how it is stored, processed, handled, etc... or is there more to it.
Has anyone else decided to have unicode as native?
Cheers.
Re:Unicode
Posted: Wed Aug 04, 2004 10:17 am
by zloba
afaik, it only deals with text. to be certain, read the manual.
i am using unicode (particularly, utf8). (not writing an OS yet, only apps).
Re:Unicode
Posted: Thu Aug 05, 2004 1:46 am
by Pype.Clicker
afaik, the Mobius (we're missing you, Tim
) has Unicode support ...
Re:Unicode
Posted: Mon Aug 16, 2004 12:13 am
by Arto
XStream wrote:
I am considering writing my operating system to be native unicode, my question is, does unicode only affect text, how it is stored, processed, handled, etc... or is there more to it.
Yes
Of course, "processing" is the major category here. Unicode affects everything down to how you sort characters (it's quite complex compared to ASCII). If you plan to have a GUI remember that Unicode will also affect how you handle glyphs and that you'll need Unicode fonts etc.
UTF-8 and Unicode FAQ
Complex as it might be, and though to native English speakers it might be "extra work", it's hard to imagine any half-serious OS being developed today that wouldn't aim for Unicode support right away...
Re:Unicode
Posted: Mon Aug 16, 2004 1:32 am
by srg
Pype.Clicker wrote:
afaik, the Mobius (we're missing you, Tim
) has Unicode support ...
What's happened to him, vacation?
srg