org.marc4j.converter.impl
Class UnicodeToIso6937
java.lang.Object
org.marc4j.converter.CharConverter
org.marc4j.converter.impl.UnicodeToIso6937
public class UnicodeToIso6937
- extends CharConverter
A utility to convert UCS/Unicode data to ISO 6937.
- Version:
- $Revision: 1.3 $
- Author:
- Bas Peters, Yves Pratter
Method Summary |
String |
convert(char[] data)
Converts UCS/Unicode data to ISO 6937. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnicodeToIso6937
public UnicodeToIso6937()
convert
public String convert(char[] data)
Converts UCS/Unicode data to ISO 6937.
A question mark (0x3F) is returned if there is no match.
- Specified by:
convert
in class CharConverter
- Parameters:
data
- - the UCS/Unicode data in an array of char
- Returns:
String
- the ISO 6937 data
Copyright © 2002-2006 Bas Peters. All Rights Reserved.