io.github.nichetoolkit.rest.constant.EncodingConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-toolkit-core Show documentation
Show all versions of rest-toolkit-core Show documentation
Rest toolkit core project for Spring Boot
package io.github.nichetoolkit.rest.constant;
/**
* EncodingConstants
* @author Cyan ([email protected])
* @version v1.0.0
*/
public class EncodingConstants {
public final static String GBK = "GBK";
public final static String UTF8 = "UTF-8";
public final static String ISO88591 = "ISO8859-1";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy