public class UnicodeToIso6937 extends CharConverter
A utility to convert UCS/Unicode data to ISO 6937.
| Constructor and Description |
|---|
UnicodeToIso6937() |
| Modifier and Type | Method and Description |
|---|---|
String |
convert(char[] data)
Converts UCS/Unicode data to ISO 6937.
|
convert, convert, outputsUnicodepublic String convert(char[] data)
Converts UCS/Unicode data to ISO 6937.
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 ISO 6937 dataCopyright © 2014 FreeLibrary. All Rights Reserved.