Class Iso2022Converter

java.lang.Object
com.drew.metadata.iptc.Iso2022Converter

@Deprecated(since="2024-11-20") public final class Iso2022Converter extends Object
Deprecated.
  • Method Details

    • convertISO2022CharsetToJavaCharset

      public static String convertISO2022CharsetToJavaCharset(byte[] bytes)
      Deprecated.
      Converts the given ISO2022 char set to a Java charset name. A reference of valid charsets can be found here: http://nozer0.github.io/en/technology/system/character-encoding/#ISO/IEC%202022
      Parameters:
      bytes - string data encoded using ISO2022
      Returns:
      the Java charset name as a string, or null if the conversion was not possible