ACIP {&}, as in {KO&HAm,}, is supported.

This commit is contained in:
dchandler 2003-11-30 02:18:59 +00:00
parent ac412c994b
commit c9c771d1ee
2 changed files with 2 additions and 0 deletions

View File

@ -790,6 +790,7 @@ public class ACIPTshegBarScanner {
case 'x':
case 'o':
case '^':
case '&':
boolean legalTshegBarAdornment = false;
// The tsheg bar ends here; new token.

View File

@ -7438,6 +7438,7 @@ M+NA
}
public void testACIPConversion() {
uhelp("KO&HAm,", "\u0F40\u0F7C\u0F85\u0F67\u0F7E\u0F0D");
uhelp("x", "[#ERROR CONVERTING ACIP DOCUMENT: Lexical error: The ACIP x must be glued to the end of a tsheg bar, but this one was not]");
uhelp("o", "[#ERROR CONVERTING ACIP DOCUMENT: Lexical error: The ACIP o must be glued to the end of a tsheg bar, but this one was not]");
uhelp("%", "[#ERROR CONVERTING ACIP DOCUMENT: Lexical error: The ACIP % must be glued to the end of a tsheg bar, but this one was not][#WARNING CONVERTING ACIP DOCUMENT: Lexical warning: The ACIP {%} is treated by this converter as U+0F35, but sometimes might represent U+0F14 in practice]");