|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectariba.util.i18n.I18NSupport
ariba.util.i18n.CJKSupport
public abstract class CJKSupport
Class CJKSupport is the support class for languages that has Chinese characters, namely, Simplified Chinese, Traditional Chinese, Japanese, Korean, whose suport class should extend this class.
| Constructor Summary | |
|---|---|
CJKSupport()
Class constructor. |
|
| Method Summary | |
|---|---|
int |
decompositionFlag()
Returns the decomposition flag |
int |
getStringWidth(String string)
Returns the width of the input string |
String |
mimeHeaderEncoding()
Returns the MIME header encoding string |
String |
normalizeCatalog(String string)
Normalizes characters in the catalog string |
String |
normalizeDate(String string)
Normalizes the input date format string |
String |
normalizeMoney(String string)
Normalizes the input money format string |
String |
normalizeNumber(String string)
Normalizes the input decimal string |
| Methods inherited from class ariba.util.i18n.I18NSupport |
|---|
fileEncoding, isSupportedInEM, mimeBodyCharset, mimeBodyEncoding, normalizeMailText, readFileText, uiEncoding, widthInBytes, writeFileText |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CJKSupport()
| Method Detail |
|---|
public String mimeHeaderEncoding()
I18NSupport
mimeHeaderEncoding in class I18NSupportpublic String normalizeCatalog(String string)
I18NSupport
normalizeCatalog in class I18NSupportstring - the string to be normalized
public String normalizeDate(String string)
I18NSupport
normalizeDate in class I18NSupportstring - the string to be normalized
public String normalizeNumber(String string)
I18NSupport
normalizeNumber in class I18NSupportstring - the string to be normalized
public String normalizeMoney(String string)
I18NSupport
normalizeMoney in class I18NSupportstring - the string to be normalized
public int getStringWidth(String string)
I18NSupport
getStringWidth in class I18NSupportstring - the string to get the width of
public int decompositionFlag()
I18NSupport
decompositionFlag in class I18NSupport
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||