richie
5 years ago
3 changed files with 61 additions and 9 deletions
@ -0,0 +1,22 @@
|
||||
package com.fanruan.api.consts; |
||||
import com.fr.stable.EncodeConstants; |
||||
|
||||
public class EncodeConstantsKit { |
||||
|
||||
public static final String ENCODING_UTF_8 = EncodeConstants.ENCODING_UTF_8; |
||||
|
||||
public static final String ENCODING_GBK = EncodeConstants.ENCODING_GBK; |
||||
|
||||
public static final String ENCODING_BIG5 = EncodeConstants.ENCODING_BIG5; |
||||
|
||||
public static final String ENCODING_ISO_8859_1 = EncodeConstants.ENCODING_ISO_8859_1; |
||||
|
||||
|
||||
public static final String ENCODING_UTF_16 = EncodeConstants.ENCODING_UTF_16; |
||||
|
||||
public static final String ENCODING_EUC_JP = EncodeConstants.ENCODING_EUC_JP; |
||||
|
||||
public static final String ENCODING_EUC_KR = EncodeConstants.ENCODING_EUC_KR; |
||||
|
||||
public static final String ENCODING_CP850 = EncodeConstants.ENCODING_CP850; |
||||
} |
Loading…
Reference in new issue