jp.sourceforge.simplefh.constant
Class Encoding

java.lang.Object
  extended by jp.sourceforge.simplefh.constant.Encoding

public final class Encoding
extends Object

Encoding constants.

Version:
1.0
Author:
Kazuhiro Sera

Field Summary
static String EUC_JP
          EUC-JP
static String LATIN_1
          LATIN-1 (ISO8859_1)
static String MS932
          MS932
static String SHIFT_JIS
          SHIFT_JIS
static String UTF_8
          UTF-8
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHIFT_JIS

public static final String SHIFT_JIS
SHIFT_JIS

See Also:
Constant Field Values

MS932

public static final String MS932
MS932

See Also:
Constant Field Values

EUC_JP

public static final String EUC_JP
EUC-JP

See Also:
Constant Field Values

UTF_8

public static final String UTF_8
UTF-8

See Also:
Constant Field Values

LATIN_1

public static final String LATIN_1
LATIN-1 (ISO8859_1)

See Also:
Constant Field Values