DEV Community

Maithilish
Maithilish

Posted on

Fun with Unicode in Java

Normally developers don't pay much attention to character encoding in Java. However, when we crisscross between byte and char streams, things can get quite confusing unless we know the character set basics. Many tutorials and posts about character encoding are heavy in theory with little real examples. In this post, we try to demystify Unicode with easy to follow examples.

read the Post ...

Top comments (0)