IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New I finally figured out why people don't grok Unicode
It's all in the naming. When you've got a string and you want to convert it to unicode you decode it. Oppositely, when you want to convert a unicode object to a string (which isn't a derivative of the root '-code') you encode it.

Bad naming choices. Fie.
New Where did you find that?
I find that the biggest misunderstanding (and note that I am now one of the I18N czars at big river books who runs around evangelizing it) is that people don't get that "unicode" is completely abstract.

Unicode is a set of integer numbers mapped to a big list of characters. It says nothing about how you represent the numbers or how you draw the characters. That's it.

UTF8 UTF16, UCS2, and UCS4 are known as "transfer encodings". Of these, UTF8 is the most useful persistent format and UCS2 is the most common format for manipulation. Converting something into UTF8 is generally described as "encoding your unicode into UTF8". So probably that's where it came from. Converting from UTF8 is decoding unicode from the UTF8 transfer encoding.

Ditto for the other transfer encodings I suppose.



That was lovely cheese.

     --Wallace, The Wrong Trousers
     I finally figured out why people don't grok Unicode - (FuManChu) - (1)
         Where did you find that? - (tuberculosis)

This ... is my BOOMSTICK!
29 ms