My Blog

My WordPress Blog

My Blog

My WordPress Blog

10. Java Internationalization

Unicode Conversion from/to Reader/Writer

Reader and Writer classes are character oriented stream classes. These can be used to read and convert Unicode characters. Conversion Following example will showcase conversion of a Unicode String to UTF8 byte[] and UTF8 byte[] to Unicode byte[] using Reader and Writer classes. Example Open Compiler Output It will print the following result.

Scroll to top