ACIP->Unicode crash fixed.
5% of the code for support of ACIP->Unicode.rtf is here.
This commit is contained in:
parent
5aab4acc93
commit
3aa3859354
3 changed files with 48 additions and 34 deletions
|
@ -7348,7 +7348,7 @@ tstHelper("ZUR");
|
|||
}
|
||||
private static void uhelp(String acip, String expectedUnicode) {
|
||||
StringBuffer errors = new StringBuffer();
|
||||
String unicode = ACIPConverter.convertToUnicode(acip, errors, null, true, "Most");
|
||||
String unicode = ACIPConverter.convertToUnicodeText(acip, errors, null, true, "Most");
|
||||
if (null == unicode) {
|
||||
if (null != expectedUnicode && "none" != expectedUnicode) {
|
||||
System.out.println("No unicode exists for " + acip + " but you expected " + org.thdl.tib.text.tshegbar.UnicodeUtils.unicodeStringToPrettyString(expectedUnicode));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue