|
|
|
|
|
by Sami_Lehtinen
4603 days ago
|
|
I've seen many programmers having trouble with this. But it's essential when using UTF-8, because sgtring presentations length might be is different from byte length. So byte != char != int (0-255). It's hard to get for some coders who are used that all of those datatyps are the same. |
|