Java in the Unicode of madness
Oct 27, 2023 · 12 min read · 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 ...
Join discussion