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

io.github.nichetoolkit.rest.constant.EncodingConstants Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
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