Fresco/Babylon/include/Babylon/internal Blocks.hh,1.1,1.2

Tobias Hunger <[email protected]> Tue, 05 Aug 2003 11:29:58 -0500
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/Fresco/Babylon/include/Babylon/internal
In directory purcel:/tmp/cvs-serv1349/Babylon/include/Babylon/internal

Modified Files:
	Blocks.hh 
Log Message:
Fix DerivedCoreProperties unit test. Now all unit tests pass!

Update the character database while we need to modify the modules anyway
and fix up some parsing problems in the perl scripts generating the
modules while doing so.


Index: Blocks.hh
===================================================================
RCS file: /cvs/fresco/Fresco/Babylon/include/Babylon/internal/Blocks.hh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Blocks.hh	1 Aug 2003 16:47:11 -0000	1.1
+++ Blocks.hh	5 Aug 2003 16:29:26 -0000	1.2
@@ -103,6 +103,10 @@
       virtual bool is_Soft_Dotted(const UCS4) const = 0;
       virtual bool is_Logical_Order_Exception(const UCS4) const = 0;
       virtual bool is_Other_ID_Start(const UCS4) const = 0;
+
+      // Derived Property helpers:
+      virtual bool is_XID_Start_Closure(const UCS4) const = 0;
+      virtual bool is_XID_Continue_Closure(const UCS4) const = 0;
       
       virtual UCS4 first_letter() const = 0;
       virtual UCS4 last_letter() const = 0;