Class UTF8Support


  • public class UTF8Support
    extends UTFSupport
    This class provides some utility methods related to UTF-8 encoding.
    • Constructor Detail

      • UTF8Support

        public UTF8Support()
    • Method Detail

      • toUTF8

        public static byte[] toUTF8​(String uniStr)
        Converts the string to UTF-8 format.