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

coo.base.constants.Encoding Maven / Gradle / Ivy

The newest version!
package coo.base.constants;

/**
 * 常用编码格式常量。
 */
public class Encoding {
	public static final String UTF_8 = "UTF-8";
	public static final String GBK = "GBK";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy