Java Term of the Week: UTF
This week I had a look at Unicode and how it applies to the char primitive data type. It seems as good a time as any to highlight that UTF stands for "Unicode Transformation Unit".
All the character encoding schemes that the Unicode standard defines are prefixed with UTF (e.g., UTF-8, UTF-16, UTF-32), with Java being designed to use UTF-16.


No comments yet. Leave a Comment