com.abubusoft.kripton.common.SupportedCharsets Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kripton-core Show documentation
Show all versions of kripton-core Show documentation
Kripton Persistence Library - core module
package com.abubusoft.kripton.common;
/**
* Charset used in kritpon
*
* @author Francesco Benincasa ([email protected])
*
*/
public abstract class SupportedCharsets {
public final static String UTF_8="UTF-8";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy