com.github.fashionbrot.tool.constant.CharsetConstant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mars-tool Show documentation
Show all versions of mars-tool Show documentation
mars-tool 工具包 https://github.com/fashionbrot/mars-tool
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";
}