Hi,
I've just been to www.unicode.org but couldn't finding any docs on implementing the encoding.
I was wondering how you guys got the info needed to add unicode and UTF support to your kernels.
any pointer will be appreciated. Thanks
Request for Unicode doc
Re:Request for Unicode doc
http://www.unicode.org/versions/Unicode4.0.0/
see the side bar, each chapter is a PDF.
tells you all you need to implement it.
see the side bar, each chapter is a PDF.
tells you all you need to implement it.
-- Stu --
Re:Request for Unicode doc
Thanks Alot! ;D
But Men, so many chapters! Which ones did you guys find helpful in implementing Unicode? (I'm still going to read them all, just wanted to know which to keep a special eye for)
But Men, so many chapters! Which ones did you guys find helpful in implementing Unicode? (I'm still going to read them all, just wanted to know which to keep a special eye for)
Re:Request for Unicode doc
i might see if i can recombine all the chapters into one doc and get that posted somewhere
-- Stu --
Re:Request for Unicode doc
Well, how about chapter 5: "Implementation Guidelines"? ::)Code Slasher wrote: Thanks Alot! ;D
But Men, so many chapters! Which ones did you guys find helpful in implementing Unicode?
Every good solution is obvious once you've found it.