com.fengwenyi.javalib.constant.CharsetConstant Maven / Gradle / Ivy
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