|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectutil.AsciiIdMapper
public final class AsciiIdMapper
This class supports the mapping of ISO-8859-1/CP-1252 identifiers
to ASCII-compatible form based on a mapping table file for
individual characters.
Its public interface consists only of the singleton factory method
getAsciiIdMapper()
Method Summary | |
---|---|
static AsciiIdMapper |
getAsciiIdMapper()
Factory method for a singleton AsciiIdMapper. |
java.lang.String |
rawMactoAscii(java.lang.String rawid)
Converts the given identifier string containing raw Apple Standard Roman character codes to Ascii-compatible form. |
java.lang.String |
toAscii(java.lang.String id)
Converts the given identifier string to Ascii-compatible form. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static AsciiIdMapper getAsciiIdMapper()
public java.lang.String toAscii(java.lang.String id)
public java.lang.String rawMactoAscii(java.lang.String rawid)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |