jiangping
2025-02-14 c185de12314b8733f23ed7856e6d1e87ee95c1ca
1
2
3
4
5
6
7
8
9
10
11
12
13
package org.yzh.protocol.commons;
 
import java.nio.charset.Charset;
 
/**
 * @author yezhihao
 * https://gitee.com/yezhihao/jt808-server
 */
public class Charsets {
 
    public static final Charset GBK = Charset.forName("GBK");
 
}