Interface LanguageClassifier

All Superinterfaces:
ClassificationProducer, Cloneable
All Known Implementing Classes:
DefaultLanguageClassifier

public interface LanguageClassifier extends ClassificationProducer
unicode standard).

The language code returned by this class is an integer, which maps to one of the ISO 15924 numerical language codes. If there is an Unicode script tag, for which there exists no corresponding ISO code, then negative numbers are assigned in descending order.

Author:
Thomas Morgner
  • Method Details

    • getScript

      int getScript(int codepoint)