Interface EncodingTranslator

All Known Implementing Classes:
EncodingMap, StandardEncodingTranslator

public interface EncodingTranslator
The tranlator to be used for mapping an encoding label to the encoding to be used. This is used for the procession of the meta tag. see https://encoding.spec.whatwg.org/#names-and-labels
  • Method Details

    • encodingNameFromLabel

      String encodingNameFromLabel(String encodingLabel)