UTF 0-008A vs 0+008A

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
uglyoldbob
Member
Member
Posts: 62
Joined: Tue Feb 13, 2007 10:46 am

UTF 0-008A vs 0+008A

Post by uglyoldbob »

Is there a difference between the 0+ codes and the 0- codes? Is 0+ the basic multilingual plane? Both of these types of codes are mentioned, but the difference between them is never described (or it is and I cannot find where it is).

So a form like (0xC2, 0xA9) is used to store the code 0+00A9
The encoded form (0xC2A9) would be stored just like a string right? How would you store 0+00A9 in a decoded form?

Also the standard talks of net accepting non-shortest form. If one is found, what of action should be taken? Looks like substitution with a � seems to be the way to go.
I have an 80386SX 20MHz 2MB RAM.
It is my testbed platform. Only has the 3.5" and 5.25" floppy drives.
Post Reply