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

com.github.fashionbrot.tool.constant.CharsetConstant Maven / Gradle / Ivy

The newest version!
package com.github.fashionbrot.tool.constant;

public class CharsetConstant {

    public static final String UTF_8 = "UTF-8";

    public static final String ISO_8859_1 = "ISO-8859-1";

    public static final String GBK = "GBK";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy