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

com.fengwenyi.javalib.constant.CharsetConstant Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
package com.fengwenyi.javalib.constant;

/**
 * 字符集
 * @author Wenyi Feng
 * @since 2018-10-28
 */
public class CharsetConstant {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy