|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectariba.util.i18n.I18NSupport
public class I18NSupport
Class I18NSupport is the default class for i18n support, it contains the default implementation of i18n support. All language specific support should extend this class.
| Constructor Summary | |
|---|---|
I18NSupport()
Class constructor. |
|
| Method Summary | |
|---|---|
int |
decompositionFlag()
Returns the decomposition flag |
String |
fileEncoding()
Returns the file encoding string for the specified locale |
int |
getStringWidth(String string)
Returns the width of the input string |
boolean |
isSupportedInEM()
Check if it is supported by EM |
String |
mimeBodyCharset()
Returns the MIME body charset string |
String |
mimeBodyEncoding()
Returns the MIME body encoding 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 |
normalizeMailText(String string)
Normalizes the input mail text string |
String |
normalizeMoney(String string)
Normalizes the input money format string |
String |
normalizeNumber(String string)
Normalizes the input decimal string |
String |
readFileText(String string)
Normalizes the input read text string |
String |
uiEncoding()
Returns the UI encoding string |
int |
widthInBytes(String string)
Returns the width of the input string using its default encoding |
String |
writeFileText(String string,
String encoding)
Normalizes the input write text string |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public I18NSupport()
| Method Detail |
|---|
public String uiEncoding()
public String fileEncoding()
public String mimeHeaderEncoding()
public String mimeBodyEncoding()
public String mimeBodyCharset()
public String normalizeCatalog(String string)
string - the string to be normalized
public String normalizeDate(String string)
string - the string to be normalized
public String normalizeNumber(String string)
string - the string to be normalized
public String normalizeMoney(String string)
string - the string to be normalized
public String readFileText(String string)
string - the string to be normalized
public String writeFileText(String string,
String encoding)
string - the string to be normalized
public String normalizeMailText(String string)
string - the string to be normalized
public int widthInBytes(String string)
string - the string to get the width of
public int getStringWidth(String string)
string - the string to get the width of
public int decompositionFlag()
public boolean isSupportedInEM()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||