public interface MRZFieldTransformer
Modifier and Type | Method and Description |
---|---|
String |
transliterate(String text)
Transliterates
text , replacing non-ISO characters with ISO characters. |
String[] |
truncateNames(String primaryIdentifier,
String secondaryIdentifier,
int length)
Truncates the primary and secondary identifiers.
|
String[] truncateNames(String primaryIdentifier, String secondaryIdentifier, int length)
"<"
.
The maximum length of the resulting
primaryIdentifier + "<<" secondaryIdentifier
is length
.primaryIdentifier
- the original primary identifiersecondaryIdentifier
- the original secondary identifierlength
- the maximum length of the resulting identifier (including the "<<"
Copyright © 2016. All rights reserved.