|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.marc4j.util.UnicodeToIso5426
A utility to convert UCS/Unicode data to UNIMARC (ISO 5426 charset).
Constructor Summary | |
UnicodeToIso5426()
|
Method Summary | |
char[] |
convert(char[] data)
Converts UCS/Unicode data to UNIMARC (ISO 5426 charset). |
String |
convert(String data)
Converts UCS/Unicode data to UNIMARC (ISO 5426 charset). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UnicodeToIso5426()
Method Detail |
public String convert(String data)
Converts UCS/Unicode data to UNIMARC (ISO 5426 charset).
A question mark (0x3F) is returned if there is no match.
convert
in interface CharacterConverter
data
- the UCS/Unicode data
String
- the UNIMARC (ISO 5426 charset) datapublic char[] convert(char[] data)
Converts UCS/Unicode data to UNIMARC (ISO 5426 charset).
A question mark (0x3F) is returned if there is no match.
convert
in interface CharacterConverter
data
- the UCS/Unicode data
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |