Request for Unicode doc

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Slasher

Request for Unicode doc

Post by Slasher »

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
User avatar
df
Member
Member
Posts: 1076
Joined: Fri Oct 22, 2004 11:00 pm
Contact:

Re:Request for Unicode doc

Post by df »

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.
-- Stu --
Slasher

Re:Request for Unicode doc

Post by Slasher »

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)
User avatar
df
Member
Member
Posts: 1076
Joined: Fri Oct 22, 2004 11:00 pm
Contact:

Re:Request for Unicode doc

Post by df »

i might see if i can recombine all the chapters into one doc and get that posted somewhere ;)
-- Stu --
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re:Request for Unicode doc

Post by Solar »

Code Slasher wrote: Thanks Alot! ;D
But Men, so many chapters! Which ones did you guys find helpful in implementing Unicode?
Well, how about chapter 5: "Implementation Guidelines"? ::) :D
Every good solution is obvious once you've found it.
Post Reply