Constant Field Values


Contents
org.apache.*

org.apache.commons.codec.CharEncoding
public static final String ISO_8859_1 "ISO-8859-1"
public static final String US_ASCII "US-ASCII"
public static final String UTF_16 "UTF-16"
public static final String UTF_16BE "UTF-16BE"
public static final String UTF_16LE "UTF-16LE"
public static final String UTF_8 "UTF-8"

org.apache.commons.codec.binary.Hex
public static final String DEFAULT_CHARSET_NAME "UTF-8"

org.apache.commons.codec.language.RefinedSoundex
public static final String US_ENGLISH_MAPPING_STRING "01360240043788015936020505"

org.apache.commons.codec.language.Soundex
public static final String US_ENGLISH_MAPPING_STRING "01230120022455012623010202"

org.apache.commons.codec.net.BCodec
protected static final String POSTFIX "?="
protected static final String PREFIX "=?"
protected static final char SEP 63

org.apache.commons.codec.net.QCodec
protected static final String POSTFIX "?="
protected static final String PREFIX "=?"
protected static final char SEP 63



Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved.