From a466bad93911e00784f3e04403b4e24b6af6ca03 Mon Sep 17 00:00:00 2001 From: dchandler Date: Mon, 8 Dec 2003 07:51:45 +0000 Subject: [PATCH] ACIP->TMW now supports EWTS PUA {\uF021}-style escapes. Our extended ACIP is thus TMW-complete and useful for testing. --- source/org/thdl/tib/text/ttt/PackageTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/org/thdl/tib/text/ttt/PackageTest.java b/source/org/thdl/tib/text/ttt/PackageTest.java index 85dc25b..fd841f4 100644 --- a/source/org/thdl/tib/text/ttt/PackageTest.java +++ b/source/org/thdl/tib/text/ttt/PackageTest.java @@ -7475,6 +7475,8 @@ M+NA uhelp("P'EE", "\u0f54\u0f71\u0f7b"); uhelp("KA", "\u0f40"); + uhelp("\\u0F35", "\u0F35"); + uhelp("\\uF035", "[#ERROR CONVERTING ACIP DOCUMENT: The Unicode escape '\uf035' with ordinal 61493 is in the private-use area (PUA) of Unicode and will thus not be written out into the output lest you think other tools will be able to understand this non-standard construction.]"); uhelp("KI", "\u0f40\u0f72"); uhelp("KO", "\u0f40\u0f7c"); uhelp("KE", "\u0f40\u0f7a");