Deprecated API

Contents

  • Deprecated Annotation Interface Elements
    Annotation Interface Element
    Description
    To enable all TruffleString encodings, it is sufficient to add the org.graalvm.shadowed.jcodings module to the language's module-info requires and ensure it is on the module path when languages are loaded. If the module can be found, and at least one languages requires it, all encodings are automatically enabled. When languages are loaded from the class path (i.e. as an unnamed module), having jcodings on the class path is enough to enable it.