All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.firebirdsql.encodings.package-info Maven / Gradle / Ivy

The newest version!
/**
 * Defines the supported Firebird character sets and their mapping to Java character sets.
 * 

* It is possible — but considered internal API — to define and override encodings by providing * an implementation of the {@link org.firebirdsql.encodings.EncodingSet} SPI. See that class for details. *

* * @since 3 */ @InternalApi package org.firebirdsql.encodings; import org.firebirdsql.util.InternalApi;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy