| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.marc4j.util.UnicodeToAnsel
A utility to convert UCS/Unicode data to MARC-8.
| Field Summary | |
| protected  ReverseCodeTable | rct | 
| Constructor Summary | |
| UnicodeToAnsel() | |
| Method Summary | |
|  char[] | convert(char[] data)Converts UCS/Unicode data to MARC-8. | 
|  String | convert(String data)Converts UCS/Unicode data to MARC-8. | 
| static void | main(String[] args) | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
protected ReverseCodeTable rct
| Constructor Detail | 
public UnicodeToAnsel()
| Method Detail | 
public String convert(String data)
Converts UCS/Unicode data to MARC-8.
A question mark (0x3F) is returned if there is no match.
convert in interface CharacterConverterdata - the UCS/Unicode data
String - the MARC-8 datapublic char[] convert(char[] data)
Converts UCS/Unicode data to MARC-8.
A question mark (0x3F) is returned if there is no match.
convert in interface CharacterConverterdata - the UCS/Unicode data
public static void main(String[] args)
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||