public class UnicodeToIso5426 extends CharConverter
A utility to convert UCS/Unicode data to UNIMARC (ISO 5426 charset).
| Constructor and Description |
|---|
UnicodeToIso5426() |
| Modifier and Type | Method and Description |
|---|---|
String |
convert(char[] data)
Converts UCS/Unicode data to UNIMARC (ISO 5426 charset).
|
convert, convert, outputsUnicodepublic String 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 class CharConverterdata - - the UCS/Unicode data in an array of charString- the UNIMARC (ISO 5426 charset) dataCopyright © 2014 FreeLibrary. All Rights Reserved.