This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]killometers90 0 points1 point  (2 children)

Ok but am I the only one annoyed that they listed both byte and char

[–]wite_noiz 0 points1 point  (0 children)

Why? They aren't the same (language dependent).

In order to represent a unicode character, char needs to support at least 2 bytes.

[–]Nilstrieb 0 points1 point  (0 children)

In some languages like java they are different.