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

com.emily.infrastructure.common.constant.CharsetInfo Maven / Gradle / Ivy

There is a newer version: 5.0.0
Show newest version
package com.emily.infrastructure.common.constant;

/**
 * 字符集编码
 *
 * @author Emily
 * @since 1.0
 */
public class CharsetInfo {
    public static String GBK = "GBK";
    public static String GB2312 = "GB2312";
    public static String GB18030 = "GB18030";
    public static String UTF_8 = "UTF-8";
    public static String UTF_16 = "UTF-16";
    public static String UTF_32 = "UTF-32";
    public static String ISO_8859_1 = "ISO-8859-1";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy