util
Class AsciiIdMapper

java.lang.Object
  extended by util.AsciiIdMapper

public final class AsciiIdMapper
extends java.lang.Object

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

getAsciiIdMapper

public static AsciiIdMapper getAsciiIdMapper()
Factory method for a singleton AsciiIdMapper.


toAscii

public java.lang.String toAscii(java.lang.String id)
Converts the given identifier string to Ascii-compatible form.


rawMactoAscii

public java.lang.String rawMactoAscii(java.lang.String rawid)
Converts the given identifier string containing raw Apple Standard Roman character codes to Ascii-compatible form.