In this post, I will cover common Java knowledge and approaches for dealing with Unicode, using Vietnamese as examples.
Charset
A Charset is a set of characters, and each charset needs a character encoding to convert those characters to numbers that ...